XML/JSON in XojoScript

Before I start down this path, has anyone implemented JSON or XML classes in XojoScript?

Are you talking about an in-app XojoScript, or an IDE script?

In-app

Simple enough, add a context or add XML/JSON features to your context, no?

It’s kinda tricky since XML and JSON are hierarchical collections of objects and values. I need to be able to move between the string and object representations.

That being said, I have now created my own implementation of a JSON class that seems to be working, for the most part. That will do for now.