Hello, I like to try to parse a json file in Erlang. I found the jsx library where I noticed that all "strings" where excaped by a / Do I have to do it myself or can I write a function which checks if something is a list and then concat a / the string and another / ? Roelof