Skip to content

Commit

Permalink
Added documentation for the purpose of E_JsonConvert.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Oct 22, 2024
1 parent e0a42d8 commit ae60515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
import com.google.gson.Gson;
import com.google.gson.JsonElement;

/** Convert RDF terms to corresponding JSON elements (if possible) */
public class E_JsonConvert
extends FunctionBase1
{

@Override
public NodeValue exec(NodeValue v) {
Node node = v == null ? null : v.asNode();
Expand Down

0 comments on commit ae60515

Please sign in to comment.