Open danhk0612 opened 2 years ago
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"}
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"}