resFactory / factory

Resource Factory is a universal approach to originating, refining, and rendering Markdown, HTML, type-safe SQL, or other assets that could comprise static sites or engineering artifacts.
GNU Affero General Public License v3.0
0 stars 3 forks source link

Integrate Amazon Ion for configuration and other JSON #36

Open shah opened 2 years ago

shah commented 2 years ago

We support JSON5 already but Amazon Ion seems to be a superior serialization format given its ability to handle efficient binary as well text representations. Right now ion-js is not Deno-friendly (tried Skypack.dev and other techniques already). Let's revisit in a few months in case new releases become Deno-friendly.

shah commented 2 years ago

Now that we have #40 do we need JSON or Ion?