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

Update locationID.json #547

Merged
merged 2 commits into from
May 17, 2024
Merged

Conversation

Paul-Kalil
Copy link

Addition of countries as location ID's as we get greater volumes of encounters as well as advanced "match against" criteria

Addition of countries as location ID's as we get greater volumes of encounters as well as advanced "match against" criteria
Copy link
Contributor

@holmbergius holmbergius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Paul-Kalil

The JSON is missing some commas at the end of the new values. So for example:

{"name":"Angola","id":"Angola","locationID":[]}

Should be:
{"name":"Angola","id":"Angola","locationID":[]},

as it is part of a list. The last entry in the list does not need a comma.

We use the free service jsonlint.com to make sure our JSON files have clean syntax. Without the syntax, they won't load correctly. Can you please add the commas and paste the final contents into JSONLint.com to validate?

Thank you,
Jason

Fixed missing commas in lists
Ran thru JSONLint and got clean bill of health
@Paul-Kalil
Copy link
Author

Hello @holmbergius
Thanks for feedback, changes made and run thru JSONLINT.
Please deploy when convenient.

Paul

Copy link
Contributor

@holmbergius holmbergius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Valid JSON. Thank you!

@holmbergius holmbergius merged commit b09fca2 into WildMeOrg:carnivore May 17, 2024
1 check passed
@Paul-Kalil
Copy link
Author

Paul-Kalil commented May 17, 2024 via email

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

Successfully merging this pull request may close these issues.

None yet

2 participants