org.openjena.atlas.json
Class JsonAccess

java.lang.Object
  extended by org.openjena.atlas.json.JsonAccess

public class JsonAccess
extends Object


Constructor Summary
JsonAccess()
           
 
Method Summary
static JsonValue access(JsonValue obj, Object... path)
           
static JsonValue accessPath(JsonValue obj, String... path)
           
static void main(String... args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonAccess

public JsonAccess()
Method Detail

accessPath

public static JsonValue accessPath(JsonValue obj,
                                   String... path)

access

public static JsonValue access(JsonValue obj,
                               Object... path)

main

public static void main(String... args)


Licenced under the Apache License, Version 2.0