Converting uno object to JSON

Hello,

I currently find myself in a situation where I have to pass json data from javascript to uno, and have no clue as to how to parse the object type parameter to a java JSON type in uno. How can I go about it. Please advise.

P.S. I ran into this problem when trying to implement firebase db using the firebase community package (https://github.com/cbaggers/Fuse.Firebase) but could not get it to work as it has a dependency on a project that parses uno objects JSON which isn’t there (Fuse.JSON). Having searched the community forums and github for said project (Fuse.JSON) I have decided to try to implement it myself; unless it is located somewhere.

I was able to find the Fuse.JSON package.

link: