String serializeToJSON (Concept instance, boolean pretty, String root)String serializeToJSON (Concept instance, boolean pretty, String root)| Name | Type | Description |
|---|---|---|
instance | Concept | The Concept instance to serialize. |
pretty | boolean | If true, the output will be formatted for human-readability. |
root | String | The name of the root element for the serialized data. |
| Type | Description |
|---|---|
String | An JSON string serialization of instance |