@gmetrixr/rjson
Version:
(R)ecursive Json
17 lines (8 loc) • 540 B
Markdown
# rJson
[](https://drone-xr.gmetri.io/gmetrixr/rjson)
Recursive Data Structure and it's helper classes
Every object in GMetri (experience, scene, rule, element etc) is of the recursive type RecordNode
Here’s the type diagram: https://drive.google.com/file/d/1f2eZQ3uCiKk_EBnxughXoRMr9TtSGCS2/view?usp=sharing
### Note:
To create a new npmjs package the first need, need to run the following manually (after `p build`):
`npm publish --access public`