|
|
|
|
|
by conradev
3715 days ago
|
|
Sounds a lot like Apple's property list format, which shares almost everything you listed in common, except for annotations and symbol tables. Its binary format was introduced in 2002! Edit: Property lists only support integers up to 128 bits in size and double-precision floating point numbers. On top of those, Ion also supports infinite precision decimals. |
|
(plutil "supports" a json format, but it's not capable of expressing the complete feature set of the XML or binary formats.)