String toJSON(Concept concept, String[] properties, boolean prettyPrint)
String toJSON(Concept concept, String[] properties, boolean prettyPrint)
Name | Type | Description |
---|---|---|
concept | Concept | the concept whose properties need to be serialized. |
properties | String[] | the properties which need to be serialized.Null signifies all properties. |
prettyPrint | boolean | should the serialization be pretty printed. |
Type | Description |
---|---|
String |