y5gfunc.source.wobbly.io.json¶
json
¶
JSON handling with orjson optimization.
Functions:
| Name | Description |
|---|---|
load_json |
Load JSON file with orjson for better performance |
dump_json |
Dump data to JSON string with orjson |
load_project |
Load and parse a Wobbly project file |
load_json
¶
dump_json
¶
load_project
¶
load_project(project_path: PathLike) -> Result[ProjectData]
Load and parse a Wobbly project file
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
PathLike
|
Path to Wobbly project file |
required |
Returns:
| Type | Description |
|---|---|
Result[ProjectData]
|
Result containing project data if successful |