updated changelog and json string normalization note

This commit is contained in:
Gani Georgiev
2023-01-29 16:55:46 +02:00
parent f4533f3d26
commit f01f1df07a
30 changed files with 65 additions and 61 deletions
@@ -42,7 +42,7 @@
<li>double quoted strings are left as they are (aka. without normalizations)</li>
<li>any other string (empty string too) is double quoted</li>
</ul>
Alternatively, if you don't want the string value normalizations, you can wrap your data inside
Alternatively, if you want to avoid the string value normalizations, you can wrap your data inside
an object, eg.<code>{'{"data": anything}'}</code>
</div>
</div>