# rJson

[![Build Status](https://drone-xr.gmetri.io/api/badges/gmetrixr/rjson/status.svg)](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`

