Go to main content

help desk

I have an error somewhere in my code when I try to generate JSON using a javascript.

I'm trying to use Javascript to generate a JSON, but I'm still getting errors.

Asked on 2022-08-26 08:29:00

OFFICIAL ANSWER

When building json in javascript, please pay a special attention to "}}".

This could lead sncode bugs because it is also a sncode closing tag. Try to avoid this by simply putting a space between the brakets "} }"

Answer by:
Etienne Carrier

Replied on: 2022-08-29 09:31:00