Is there a json to AML method?
Is there a archieml-js method that I'm missing that can convert json into AML?
My use case involves having a server that retrieves a AML google doc parses it and returns json just like examples/google_drive.js and an application that requests that json.
I want the application to be able to keep a cached local copy of that document in an AML format for situations where Google Drive goes down or connectivity is limited.
Zombie answering this question because I was looking for this at one point too — but if you're working with the script provided in google_drive.js you have access to that with the parsedText variable, which is what is passed to archieml.load. Not the same thing as being able to reverse the conversion, but you could add a step that saves that pre-processed version somewhere as your local copy.