We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Thanks for this useful library.
I noted a discrepancy though with http://json-stat.org/format specifications. It is stated that status field is optional, but JJT seems to need it.
status
For instance
J = JSONstat("http://json-stat.org/samples/order.json") J.Dataset(0).Data(0).value
Raises TypeError: this.status is null
TypeError: this.status is null
The text was updated successfully, but these errors were encountered:
v. 0.6.2
3a0f292
Corrects a bug in Data() when dataset didn't have status info. See: #4
It's true: Data() had a bug. It only affected .Data(number) and .Data(array). The more popular .Data(object) was not affected.
Corrected in v. 0.6.2.
Sorry, something went wrong.
Cool thanks
badosa
No branches or pull requests
Hi,
Thanks for this useful library.
I noted a discrepancy though with http://json-stat.org/format specifications.
It is stated that
status
field is optional, but JJT seems to need it.For instance
Raises
TypeError: this.status is null
The text was updated successfully, but these errors were encountered: