Xlinka / NeosPlus

NeosVR Plugin Extra Logix nodes and features
https://discord.gg/9QAaMtXwke
Other
29 stars 18 forks source link

Add Nodes for Building JSON Objects #17

Closed DoubleStyx closed 2 years ago

DoubleStyx commented 2 years ago

Currently, the JSON tools only provide parsing options. Being able to create and export JSON objects would be useful.

Frozenreflex commented 2 years ago

Added nodes for adding strings, bools, numbers, and other JObjects to JObjects. Arrays not yet supported.

Frozenreflex commented 2 years ago

Reading arrays is supported, will add writing to arrays soon

Frozenreflex commented 2 years ago

Added with Json overhaul