[jackson-user] JSON message processors for Apache HttpClient 5.0

2019-02-04 Thread oleg
Folks, I put together a small library for Apache HttpClient 5.0 that makes use of Jackson's asynchronous JsonParser to reactively handle incoming HTTP messages with enclosed content consisting of a single JSON object or a long sequence of JSON objects. I thought that some folks on this list mi

Re: [jackson-user] JSON message processors for Apache HttpClient 5.0

2019-02-04 Thread Tatu Saloranta
On Mon, Feb 4, 2019 at 2:21 PM wrote: > > Folks, > > I put together a small library for Apache HttpClient 5.0 that makes use of > Jackson's asynchronous JsonParser to reactively handle incoming HTTP messages > with enclosed content consisting of a single JSON object or a long sequence > of JSON

Re: [jackson-user] How to handle empty Array XML to JSON

2019-02-04 Thread Tatu Saloranta
On Fri, Feb 1, 2019 at 4:57 PM Fhakruddin Mohamed wrote: > > { > test: [] > } > > This result is not achievable. > > Please advice. Unfortunately I do not quite understand what your problem is here. What are you trying to do? With what kind of code? -+ Tatu +- -- You received this message bec

Re: [jackson-user] How to handle empty Array XML to JSON

2019-02-04 Thread Fhakruddin Mohamed
Writerbasedgenerator.class In case of of xml something like this gets converted to { test result: [null] } This is not correct JSOn format. Please help On Tue, Feb 5, 2019, 03:53 Tatu Saloranta On Fri, Feb 1, 2019 at 4:57 PM Fhakruddin Mohamed > wrote: > > > > { > > test: [] > > } > > > > Thi