michalmuskala / jason

A blazing fast JSON parser and generator in pure Elixir.
Other
1.6k stars 170 forks source link

JSON5 support #133

Closed hoetmaaiers closed 3 years ago

hoetmaaiers commented 3 years ago

Could support for JSON5 decoding be part of this library? I am new to Elixir and therefore discovering these libraries.

michalmuskala commented 3 years ago

In general, I'd prefer to keep this library small and focused - the main goal, that I had when designing it, is providing efficient JSON implementation for APIs and other machine-based use-cases.

I think implementation of JSON extensions, like JSON5, would better belong in a separate library.