Uses of Interface
fr.opensagres.xdocreport.document.json.IJSONNode

Packages that use IJSONNode
fr.opensagres.xdocreport.document.json   
 

Uses of IJSONNode in fr.opensagres.xdocreport.document.json
 

Classes in fr.opensagres.xdocreport.document.json that implement IJSONNode
 class JSONArray
          A JSONArray is an ordered sequence of values.
 class JSONImage
           
 class JSONObject
          Code modified for XDocReport (see "added by XDocReport" comment) : JSONObject extends HashMap A JSONObject is an unordered collection of name/value pairs.
 

Methods in fr.opensagres.xdocreport.document.json with parameters of type IJSONNode
static String JSONObject.valueToString(Object value, IJSONNode node)
          Make a JSON text of an Object value.
static Object JSONObject.wrap(Object object, IJSONNode node)
          Wrap an object, if necessary.
 



Copyright © 2014. All Rights Reserved.