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

Illegal JSON format #26

Closed
cshiel opened this issue Nov 14, 2017 · 3 comments
Closed

Illegal JSON format #26

cshiel opened this issue Nov 14, 2017 · 3 comments

Comments

@cshiel
Copy link

cshiel commented Nov 14, 2017

The exported JSON does not have proper formatting and is invalid. The key MUST be surrounded by quotes as per the spec.

@raeleus
Copy link
Owner

raeleus commented Nov 14, 2017

You should take that up with the LibGDX folks. Accordingto the wiki: "It also supports a "minimal" format (the default), where both object property names and values are only quoted when needed." All the samples I've seen use the minimal format. I can add an option to enable strict JSON, however it's not necessary for normal work.

@cshiel
Copy link
Author

cshiel commented Nov 15, 2017

The library I use requires quotes. If possible please add an option to configure the Json formatting.

@raeleus
Copy link
Owner

raeleus commented Nov 22, 2017

This was a simple addition to version 15, however I was sick and very busy with work. Sorry it took so long.

@raeleus raeleus closed this as completed Nov 22, 2017
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