-
Notifications
You must be signed in to change notification settings - Fork 113
Native JSON in OTP 27! (Elixir, Erlang, Gleam) #224
Copy link
Copy link
Open
Labels
discussShare your constructive thoughts on how to make progress with this issueShare your constructive thoughts on how to make progress with this issueelixirPull requests that update Elixir codePull requests that update Elixir codeenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalitytechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Metadata
Metadata
Assignees
Labels
discussShare your constructive thoughts on how to make progress with this issueShare your constructive thoughts on how to make progress with this issueelixirPull requests that update Elixir codePull requests that update Elixir codeenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalitytechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Native

JSONin OTP 27! (Elixir, Erlang, Gleam): https://youtu.be/kqDqSLOuxmMhttps://github.com/ChristianAlexander/json-otp-27
https://www.erlang.org/doc/apps/stdlib/json.html
This is now included in
Elixir 1.18🚀which means we can do
:json.decodenatively withoutpoisonorjason. 🎉My only question is: what took the
Erlang/OTPdevs so long?! ⏳ (😜)