Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The JSON data's are not formatted properly for vs code #10

Open
ThakurSaad opened this issue May 16, 2023 · 1 comment
Open

The JSON data's are not formatted properly for vs code #10

ThakurSaad opened this issue May 16, 2023 · 1 comment

Comments

@ThakurSaad
Copy link

After I copy-paste the data on vs code. I noticed the data are not placed inside an array. Like an array of objects. And they also do not have a comma at the end of each data. I had to format it first to use it.

Thanks!

@MaBeuLux88
Copy link
Contributor

Hey,
The files are actually valid "JSON Lines" files. Not JSON files indeed.
https://jsonlines.org/
To be more accurate, I would recommend to rename the files from X.json to X.jsonl as the JSON Lines website recommends.

What do you think @ozlerhakan?

Cheers,
Maxime.

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

No branches or pull requests

2 participants