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

Support all valid JSON data types as beliefs #38

Closed
TimKam opened this issue Feb 12, 2019 · 0 comments
Closed

Support all valid JSON data types as beliefs #38

TimKam opened this issue Feb 12, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@TimKam
Copy link
Owner

TimKam commented Feb 12, 2019

At the moment JS-son returns a warning when a belief is not a JSON object. Ideally, JS-son should support JSON data types as well, which are:

  • string
  • number
  • array
  • boolean
  • null
@TimKam TimKam added the enhancement New feature or request label Feb 12, 2019
TimKam added a commit that referenced this issue Feb 13, 2019
In addition to JSON objects, this commit adds support for

* string
* number
* array
* boolean
* null
TimKam added a commit that referenced this issue Feb 13, 2019
In addition to JSON objects, this commit adds support for

* string
* number
* array
* boolean
* null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant