Skip to content

Fix the handling of json strings

Compare
Choose a tag to compare
@philpw99 philpw99 released this 21 Dec 14:30
· 36 commits to main since this release

I had a jsonEscape() function, which actually handles Json strings in an incomplete or wrong way. Hence problems if the string have unicode.
Since this program is mostly a json string caller to the Stash. So this fix is important.
Also have some other minor fixes.