UON Methodology
General methodology:
| Java type | JSON equivalent | UON |
|---|---|---|
Maps/beans | OBJECT | |
Collections/arrays | ARRAY | |
| Booleans | BOOLEAN | |
| int/float/double/... | NUMBER | |
| null | NULL | |
| String | STRING | |
Refer to the UON specification for a complete set of syntax rules.
| Java type | JSON equivalent | UON |
|---|---|---|
Maps/beans | OBJECT | |
Collections/arrays | ARRAY | |
| Booleans | BOOLEAN | |
| int/float/double/... | NUMBER | |
| null | NULL | |
| String | STRING | |
Refer to the UON specification for a complete set of syntax rules.
Share feedback or follow-up questions for this page directly through GitHub.