archieml.org
archieml.org copied to clipboard
The archieml.org website and hub for specification development
Maybe something like this: {myObject} key: value *arrayKey*: value1, value2, value3 {} We would need to devise a syntax for indicating the the "arrayKey" is not a normal key-value pair,...
Are there plans to further refine the ArchieML specification? An obvious upgrade would be to support all JSON to be ArchieML compatible when converting back and forth using a tool...
Hello, I've published an npm package for stringifying JS objects / JSON into ArchieML text. It includes support for comments & custom formatting so you can create rich text /...
The archieml.js included in archieml.org (for the sandbox) should track that here: https://github.com/newsdev/archieml-js Ideally, we'd have some synced deployment scheme, or point it at some shared resource that we update...
curious what the status of archieml is? the strengths on the website are obvious to me, but have there been weaknesses? how has it scaled up? would love to read...
I'd like to write something like this, but it doesn't seem to be supported. ``` {colors} {.reds} crimson: #dc143c darkred: #8b0000 {.blues} cornflowerblue: #6495ed darkblue: #00008b ``` The `reds` and...
AML currently cannot represent this JSON: ```json [ [1,2,3], [4,5,6] ] ``` I'm not sure how best to represent this, but perhaps something along the lines of: ``` [] [.]...
true and false should be parsed as booleans.
I had a use case for converting JSON to ArchieML. I've written an ArchieML generator and wanted to make it available to the ArchieML ecosystem. You can see the generator...
A tool for ArchieML generation