Skip to content

JSON Validator incorrectly allows quoted booleans and numbers #30

@caistrop

Description

@caistrop

The JSON validator incorrectly allows quotes around boolean and numeric values.
For example if you had a Patient resource with a property of ("active":"true")
The Validator accepts the above json, however to be valid json, the "true" should be unquoted ("active" : true)
The same happens for numbers ("multipleBirthInteger" : "2") will pass validation, but to be json conformant, it should be ("multipleBirthInteger" : 2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions