org.json.simple.parser
接口 ContainerFactory
public interface ContainerFactory
Container factory for creating containers for JSON object and JSON array.
- 作者:
- FangYidong
- 另请参见:
JSONParser.parse(java.io.Reader, ContainerFactory)
createObjectContainer
java.util.Map createObjectContainer()
- 返回:
- A Map instance to store JSON object, or null if you want to use org.json.simple.JSONObject.
creatArrayContainer
java.util.List creatArrayContainer()
- 返回:
- A List instance to store JSON array, or null if you want to use org.json.simple.JSONArray.
Copyright © 2012. All Rights Reserved.