public interface AsJson
This representation needs not be complete. For instance, SchemaTree
implements it to provide an object with the summary of its main
characteristics (loading URI, current pointer).
Modifier and Type | Method and Description |
---|---|
JsonNode |
asJson()
Return a JSON representation of this object
|