Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

json syntax error #1412

Open
danhk0612 opened this issue May 7, 2022 · 0 comments
Open

json syntax error #1412

danhk0612 opened this issue May 7, 2022 · 0 comments

Comments

@danhk0612
Copy link

If make json file.
get syntax error.

There should be a comma between each value, but it is missing.

ex:
{"title": "titleA"}{"title": "titleB"}

correct result
{"title": "titleA"},{"title": "titleB"}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant