squix78 / json-streaming-parser

Arduino library for parsing potentially huge json streams on devices with scarce memory
MIT License
205 stars 88 forks source link

Added unicode support up to codepoint 07ff #26

Open neurino opened 5 years ago

neurino commented 5 years ago

Hello,

would you consider this?

BTW, you have a bug in how you got decimal from hex array: you stack them in the wrong order. :)