You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #467, let's create StreamReadFeature enum, and duplicate non-json -specific JsonParser.Features in there. Also change JsonFactory builder to support it, and remove support for JsonParser.Features there (but not from factory or parser itself -- those are needed for backwards compatibility).
The text was updated successfully, but these errors were encountered:
Similar to #467, let's create
StreamReadFeature
enum, and duplicate non-json -specificJsonParser.Feature
s in there. Also changeJsonFactory
builder to support it, and remove support forJsonParser.Feature
s there (but not from factory or parser itself -- those are needed for backwards compatibility).The text was updated successfully, but these errors were encountered: