ORB and ORT are extensions of BONJSON and JSON that support more data types and fix some annoyances with JSON:
- Floating point NaN and infinity values are allowed
- Timestamp type
- Identifier (UUID) type
- Typed arrays (including a byte array type)
- Comments
- Hexadecimal notation
- The comma character (
,) is now considered "whitespace" - A new Unicode escape sequence that supports the entire codepoint range
Copyright (c) 2025 Karl Stenerud. All rights reserved.
Distributed under the Creative Commons Attribution License (license deed).