Package | Description |
---|---|
com.fasterxml.jackson.jr.stree |
Modifier and Type | Class and Description |
---|---|
class |
JrsBoolean |
class |
JrsEmbeddedObject
Container for opaque embedded Java objects, exposed by some non-JSON
backends: for example, binary formats would expose binary data natively
as such tokens.
|
class |
JrsNull
Virtual node used instead of `null`, when an operation does not match an
actual existing node; this can significantly simplify handling when no
null checks are needed.
|
class |
JrsNumber |
class |
JrsString |
Copyright © 2020 FasterXML. All rights reserved.