harningt / luajson

JSON parser/encoder for Lua Parses JSON using LPEG for speed and flexibility. Depending on parser/encoder options, various values are preserved as best as possible.
http://www.eharning.us/wiki/luajson/
Other
251 stars 48 forks source link

Plz add good enough examples and, or use cases #40

Open bdheeman opened 7 years ago

bdheeman commented 7 years ago

Plz add good enough examples and, or use cases to the README or a separate document.

It's working fine and removes linefeed or \0xA0 as well, I mistakenly reported here whereas the linefeed problem was related to some other Lua JSON project.