Skip to content

Proposal to use existing JSON Object models #117

Open
@ferozed

Description

@ferozed

I have a suggestion. The validator is using it's own object classes JsonParser and JsonValue.

The issue is that when a service needs to parse the payload for it's own needs, the parse will be done two times. Once by the service and once for the validator.

If we can use existing json parsers like jackson or Gson then we can parse it once and hand the parsed tree to the validator

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions