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

InvalidJsonException is thrown when the property is not exist. #151

Closed
poemn opened this issue Jan 7, 2022 · 2 comments
Closed

InvalidJsonException is thrown when the property is not exist. #151

poemn opened this issue Jan 7, 2022 · 2 comments

Comments

@poemn
Copy link

poemn commented Jan 7, 2022

Bug Report

InvalidJsonException is thrown when the property is not defined.

This problem occur only in JSON.

How to reproduce

    "descriptor": [
      {
        "id": "id",
        "aaaa": "hogehoge"
      }
    ]
@koriym
Copy link
Member

koriym commented Jan 14, 2022

It has no problem ignoring tags it doesn't know. It is a specification.

@koriym koriym closed this as completed Jan 14, 2022
@koriym
Copy link
Member

koriym commented Jan 14, 2022

However, it might be a good idea to put it out in a log?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants