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

JSONPObject feature to configure content parsing #47

Closed
reinert opened this issue Mar 11, 2014 · 3 comments
Closed

JSONPObject feature to configure content parsing #47

reinert opened this issue Mar 11, 2014 · 3 comments

Comments

@reinert
Copy link

reinert commented Mar 11, 2014

It would be useful to have some feature allowing to programatically configure parsing behavior of JSONPObject.

For instance, tell Jackson Json Provider to not parse JSONPObject String content.

Original discussion: FasterXML/jackson-databind#342

@cowtowncoder
Copy link
Member

I am not 100% sure I understand: are you asking about parsing behavior (reading JSON input), or about processing when generating (writing) JSON? JSONPObject is never used for input (Jackson wouldn't know what to do with it anwyay, as things), so I am not sure how it'd related to parsing.

On output, on the other hand, JSONPObject should already have special handling; at least if we are talking about type Jackson adds (Jersey et al may have their own types).

@reinert
Copy link
Author

reinert commented Sep 20, 2014

Honestly, I don't remember anymore what was my use case.
Anyway, I guess I was talking about 'formatting' instead of 'parsing'. I may have expressed myself wrong.

@reinert reinert closed this as completed Sep 20, 2014
@cowtowncoder
Copy link
Member

Ok. We'll cross this bridge if we encounter it again. :-)

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