TiledPreProcessor is a Python module that makes it easy to preprocess .json files exported from the Tiled Map Editor. It allows you to extract useful information from layers and objects (including ...
Kajson is a powerful drop-in replacement for Python's standard json module that automatically handles complex object serialization, including Pydantic v2 models, datetime objects, and custom types.