-
Notifications
You must be signed in to change notification settings - Fork 24
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 for JSON number as variables #30
Comments
PRs welcome :) |
@alex-bluetrain Do you have any ideas for how to potentially solve this? I agree it would be a nice feature to have. |
Merged
I've added a failing test case for this here #32 |
curran
added a commit
that referenced
this issue
Sep 15, 2020
Nailed it! Released in https://github.com/datavis-tech/json-templates/releases/tag/v3.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it's not possible to use json numbers as variable in the template without breaking the json format,
example
when importing such file you get an
Unexpected token { in JSON at ...
I could enclose the age value in doublequotes, but that will make it a string and violates the format I'm supposed to be compliant with. (HL7 FHIR objects)
The text was updated successfully, but these errors were encountered: