JSON in OTP
Max Lapshin
max.lapshin@REDACTED
Wed Nov 4 12:00:55 CET 2020
First simple question: how to decode json objects into maps if json
declares order and erlang maps are unordered?
If you decode json object not into maps, then nobody will use this
module, because it is very inconvenient.
Second question: atoms vs binaries as key values. You have different
decoding for different sources (trusted/not trusted).
Very inconvenient situation =(
And so on with other questions.
More information about the erlang-questions
mailing list