Uniform eXchange Format is a data notation created in 2022 by Mark Summerfield.
#1333on PLDB | 1Years Old | 50Users |
0Books | 0Papers |
Uniform eXchange Format (uxf) is a plain text human readable optionally typed storage format that supports custom types. It may serve as a convenient alternative to csv, ini, json, sqlite, toml, xml, or yaml
uxf 1
[
{<Point> [1.4 9.8 -0.7 3.0 2.1 -6.3]}
<TrafficLightGreen> <TrafficLightAmber> <TrafficLightRed>
]
Feature | Supported | Token | Example |
---|---|---|---|
Line Comments | ✓ | # |
|
Integers | ✓ | 80766866 |
|
Lists | ✓ | [1 2] |
|
Strings | ✓ | ||
Comments | ✓ | # |
|
Booleans | ✓ |