jason
jason copied to clipboard
A blazing fast JSON parser and generator in pure Elixir.
> no support for decoding into data structures (the as: option) @michalmuskala is this intentionally unsupported, or would you be open to adding this as a feature if I submit...
The html_safe encoding doesn't always work. For example: `` -> `\u003Cscript>` `` -> `\u003C\/script>` The browser parses this as: `\x3Cscript>` or `\x3C/script>` The reference implementation for me is Python's Jinja2's...
Hi I'm trying to change code that uses Poison into using Jason. And has come upon constructs like this: `defimpl Poison.Decoder, for: CMSAPI.Model.Attribute do def decode(value, _options) do ... `...
I'm trying to have a few different encoders for a particular module. I was hoping to pass a keyword argument in the opts argument when I call Jason.encode/2 However the...
I was parsing a string containing unicode codepoints U+FE0F (Variation Selector-16) U+200D (Zero Width Joiner) and `Jason.decode` errored out. Seems it's more of an Elixir issue with those complex codepoints,...
Hi! I'd like to propose adding two types. Namely `value` and `decoded`. I sometimes noticed that it would be great to have a JSON value type handy, when I was...
I have a production system which builds a dynamic map of trace data, basically a deeply nested structure of lists, maps, integers, strings and decimals and it saves them to...
We recently had a situation where our map keys were mixed tuples eg. `{:hi, 1}`. Jason encoding was failing because it expected our map's keys to be of a type...
Links in current [readme](https://github.com/michalmuskala/jason#benchmarks) are unavailable - http://michal.muskala.eu/jason/decode.html - http://michal.muskala.eu/jason/encode.html It seems to be an issue with muskala.eu domain