Package com.yahoo.prelude.hitfield
Class JSONString
java.lang.Object
com.yahoo.prelude.hitfield.JSONString
- All Implemented Interfaces:
com.yahoo.data.access.Inspectable
A JSON wrapper. Contains XML-style rendering of a JSON structure.
- Author:
- Steinar Knutsen
-
Constructor Summary
ConstructorDescriptionJSONString
(com.yahoo.data.access.Inspector value) JSONString
(String content) -
Method Summary
-
Constructor Details
-
JSONString
public JSONString(com.yahoo.data.access.Inspector value) -
JSONString
- Throws:
IllegalArgumentException
- Does not accept null content
-
-
Method Details