<div dir="ltr">Jwalk is a helper module for working with Erlang representations of JSON: eep-18, maps, mochijson-style and proplists representations. It is very similar to ej (<a href="https://github.com/seth/ej">https://github.com/seth/ej</a>). I have been using jwalk in production for about 4 months without issue. Having said that, I would still consider it to NOT have had robust, in-the-field vetting.<div><br></div><div>Ej  is great, but it did not have Map support, and I wasn't smart enough to add it to that code base (plus it has been forked a lot, and I couldn't decide whose fork was most likely to be maintained). </div><div><br></div><div>Like ej, jwalk implements delete, get, set and set_p functions.</div><div><br></div><div>I'm not in the class of Erlang developer that many (most) of you are, but I have been using this library successfully, and if it can help anyone else, I would be happy.</div><div><br></div><div><a href="https://github.com/jr0senblum/jwalk">https://github.com/jr0senblum/jwalk</a><br></div><div><a href="https://hex.pm/packages/jwalk">https://hex.pm/packages/jwalk</a><br></div><div><br></div><div>Any feedback is welcome</div><div><br></div><div>jr0</div></div>