kubkon / zig-yaml

YAML parser for Zig
MIT License
139 stars 37 forks source link

Support for YAML 1.2 JSON Schema and Core Schema #29

Open perillo opened 11 months ago

perillo commented 11 months ago

These schemas are new in YAML 1.2, and finally(?) solve the non portable behavior of different implementations:

One issue with the Core Schema is that the authors keep adding alias to builtins , like ~ being the same as null.