C-Accel-CRIPT / Python-SDK

CRIPT Python SDK
MIT License
10 stars 5 forks source link

Adjust load_nodes_from JSON that it also handles lists correctly #426

Closed InnocentBug closed 8 months ago

InnocentBug commented 8 months ago

Description

Use more json help to encode lists correctly for the decoding of lists, and dicsts of nodes.

Changes

Refactor nodes.util.init.py to separate the json related functions.

Known Issues

Notes

Checklist

trunk-io[bot] commented 8 months ago

Merging to develop in this repository is managed by Trunk.

duboyal commented 8 months ago

great - I can incorporate this