Load and parse LDtk files, with full types definitions.
Automatically generated from Json Schema using QuickType.
can be used like that:
import json
from ldtkpy.api import ldtk_json_from_dict
result = ldtk_json_from_dict(json.loads(json_string))
Load and parse LDtk files, with full types definitions.
Automatically generated from Json Schema using QuickType.
can be used like that:
import json
from ldtkpy.api import ldtk_json_from_dict
result = ldtk_json_from_dict(json.loads(json_string))