Structure

How values are represented

All keys in a dictionary (loaded from file/object) managed by a PYNDatabase object will be represented as Node objects. Each Node object scans the dictionary it represents, and creates new Nodes for each key. This process repeats recursively. A Node object can also represent any other class, but you must then use the transform method - or replace the value with a dictionary - in order to create a subnode.


Revision #1
Created 26 July 2021 22:25:35 by jvadair
Updated 27 September 2021 02:52:23 by jvadair