Interface JSONNode.Builder
-
- All Known Subinterfaces:
JSONArray.Builder
,JSONObject.Builder
- Enclosing interface:
- JSONNode
public static interface JSONNode.Builder
Abstract interface implemented by all builders that buildJSONNode
instances- Author:
- cdivilly
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JSONNode
build()
Build theJSONNode
instance
-