public static Node build(String json) throws Exception
Node from the given json and an empty path as root path.json - The json.Node.Exception - If an error occurred while creating.build(String, String)public static Node build(String json, String path) throws Exception
Node from the given json and an empty path as root path.json - The json.path - The root path of the nodes.Node.Exception - If an error occurred while creating.build(String, String)Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.