Uses of Class
cc.plural.jsonij.JSON

Packages that use JSON
cc.plural.jsonij   
cc.plural.jsonij.jpath   
cc.plural.jsonij.marshal   
 

Uses of JSON in cc.plural.jsonij
 

Methods in cc.plural.jsonij that return JSON
static JSON JSONMarshaler.marshalObject(boolean[] a)
           
static JSON JSONMarshaler.marshalObject(Boolean[] a)
           
static JSON JSONMarshaler.marshalObject(char[] a)
           
static JSON JSONMarshaler.marshalObject(Character[] a)
           
static JSON JSONMarshaler.marshalObject(double[] a)
           
static JSON JSONMarshaler.marshalObject(Double[] a)
           
static JSON JSONMarshaler.marshalObject(float[] a)
           
static JSON JSONMarshaler.marshalObject(Float[] a)
           
static JSON JSONMarshaler.marshalObject(int[] a)
           
static JSON JSONMarshaler.marshalObject(Integer[] a)
           
static JSON JSONMarshaler.marshalObject(long[] a)
           
static JSON JSONMarshaler.marshalObject(Long[] a)
           
static JSON JSONMarshaler.marshalObject(Object o)
           
static JSON JSONMarshaler.marshalObject(Object[] a)
           
static JSON JSONMarshaler.marshalObject(short[] a)
           
static JSON JSONMarshaler.marshalObject(Short[] a)
           
static JSON JSONMarshaler.marshalObject(String[] a)
           
static JSON JSON.parse(Reader documentReader)
          Parse Method that parses from a Reader.
static JSON JSON.parse(String document)
          Parse Method that parses from a String.
 

Methods in cc.plural.jsonij with parameters of type JSON
static Value JPath.evaluate(JSON jsonDocument, String jPath)
           
static Object JSONMarshaler.marshalJSON(JSON json, Class<?> c)
           
 

Uses of JSON in cc.plural.jsonij.jpath
 

Methods in cc.plural.jsonij.jpath with parameters of type JSON
 Value JPathImp.evaluate(JSON json)
           
 Value[] JPathImp.evaluateAll(JSON json)
           
 

Uses of JSON in cc.plural.jsonij.marshal
 

Methods in cc.plural.jsonij.marshal with parameters of type JSON
 Object JSONDocumentMarshaler.marshalJSONDocument(JSON json, Class<?> objectClass)
           
 



Copyright © 2012. All Rights Reserved.