Package se.unlogic.standardutils.json

Interface Summary
JsonNode Abstraction interface for all JSON components Equalizes the "component" of the "composite pattern" design pattern.
 

Class Summary
JsonArray A JSON array component having children Equalizes the "composite" of the "composite pattern" design pattern.
JsonLeaf A JSON value component (no children) Equalizes the "leaf" of the "composite pattern" design pattern.
JsonObject A JSON object component having children Equalizes the "composite" of the "composite pattern" design pattern.
JsonUtils  
 



Copyright © 2011. All Rights Reserved.