Interface ContainerFactory


public interface ContainerFactory
ContainerFactory is an Adaptation of the ContainerFactory Interface from the RFC4627 compliant JSON Simple (https://code.google.com/p/json-simple/).

Author:
Fang Yidong, Lakshmi Krishnamurthy
  • Method Details

    • createObjectContainer

      java.util.Map createObjectContainer()
      Returns:
      A Map instance to store JSON object, or null if you want to use org.json.simple.JSONObject.
    • creatArrayContainer

      java.util.List creatArrayContainer()
      Returns:
      A List instance to store JSON array, or null if you want to use org.json.simple.JSONArray.