JsonAccessor provides the functionality to allow navigating JSON object graph using simple expressions, for example, following property access expressions are all valid ones rootobj.level1obj[1].property this[0].level1obj[1].property
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.