Has the STDLIB `json` module been backported to older Erlang versions?

Hi folks!

I’m trying to use ELP with OTP 25. ELP relies on rebar3’s experimental manifest command, which seems to rely on the json module added in OTP 27.

Since json is written in pure Erlang, I’m curious if anyone has backported it to OTP 25 or 26, as a library that can be installed manually. (Or alternatively, if anyone has written a polyfill that uses jsx or jason under the hood?)

IIRC @williamthome wrote backport for it, try searching his GH account.

2 Likes

Ah, found it, thanks!

1 Like