Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.46 KB

JsonNode.md

File metadata and controls

29 lines (26 loc) · 1.46 KB

JsonNode

Properties

Name Type Description Notes
Array bool [optional] [default to null]
Null bool [optional] [default to null]
ContainerNode bool [optional] [default to null]
ValueNode bool [optional] [default to null]
MissingNode bool [optional] [default to null]
Object bool [optional] [default to null]
NodeType string [optional] [default to null]
Pojo bool [optional] [default to null]
Number bool [optional] [default to null]
IntegralNumber bool [optional] [default to null]
FloatingPointNumber bool [optional] [default to null]
Short bool [optional] [default to null]
Int_ bool [optional] [default to null]
Long bool [optional] [default to null]
Float bool [optional] [default to null]
Double bool [optional] [default to null]
BigDecimal bool [optional] [default to null]
BigInteger bool [optional] [default to null]
Textual bool [optional] [default to null]
Boolean bool [optional] [default to null]
Binary bool [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]