- Python 3.8+
- Specializing in dealing with tree structures
- Fully compatible with json
- Can be output as xml
- Can be output as jsonml
- Where are the standard structures for annotated tree structures?
xml
is the most common, but it would be nice to have ajson
compatible and highly readable structure.jsonml
is hard to see.jsonlogic
is good for operations, but not good for grammar.
poetry install
pre-commit install
source .venv/bin/activate
make