We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In java I used this feature to parse json like this:
[ { type: 'myClass',... }, { type: 'myClass2',... } ]
it allow the parser to know which class to instantiate automatically, it's quite nice to have :) Not sure it's already doable now with jaguar
The text was updated successfully, but these errors were encountered:
@jaumard We had this functionality before. I removed it because the API for it was all over the place.
I will reimplement the feature in a minimalistic way.
Sorry, something went wrong.
tejainece
No branches or pull requests
In java I used this feature to parse json like this:
it allow the parser to know which class to instantiate automatically, it's quite nice to have :)
Not sure it's already doable now with jaguar
The text was updated successfully, but these errors were encountered: