Releases: JujuAdams/SNAP
Releases Β· JujuAdams/SNAP
7.0.2
7.0.1
7.0.0
6.1.2
6.1.1
6.1.0
- Moves Loose JSON and Config JSON to another castle
6.0.1
6.0.0
- Adds constructor reconstruction functions
SnapReconstructionPack()
SnapReconstructionUnpack()
SnapReconstructionCleanUp()
- Updates
SnapDeepCopy()
to respect constructors - Moves legacy (ignores constructors) deep copy to
SnapDeepCopyLegacy()
- Adds
SnapDeepForeachStruct()
5.9.0
- Removes all Feather warnings
- Adds
SnapVisualize()
e.g.
children:[]
ββ{}
β ββ text: "Erik T. Ray"
β β°β type: "author"
ββ{}
β ββ attributes:{}
β β β°β lang: "en"
β ββ text: "Learning XML"
β β°β type: "title"
ββ{}
β ββ text: "2003"
β β°β type: "year"
β°β{}
ββ text: "39.95"
β°β type: "price"