Uniform eXchange Format is a data notation created in 2022 by Mark Summerfield.
#1250on PLDB | 2Years Old |
git clone https://github.com/mark-summerfield/uxf
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 | Example | Token |
---|---|---|---|
Line Comments | ✓ | # | |
Integers | ✓ | 80766866 | |
Lists | ✓ | [1 2] | |
Strings | ✓ |
|
|
Comments | ✓ | # | |
Booleans | ✓ |