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

2019-02-14 Thread Tatu Saloranta
On Mon, Feb 4, 2019 at 6:05 PM Fhakruddin Mohamed wrote: > > Writerbasedgenerator.class > In case of of xml something like this gets converted to { > test result: [null] > } > This is not correct JSOn format. > Please help Jackson does not convert from XML to JSON or vice versa. You are doing so

Re: [jackson-user] Deserialize YAML with anchors and references

2019-02-14 Thread Tatu Saloranta
On Tue, Feb 12, 2019 at 8:43 PM John Passaro wrote: > > On Tue, Feb 12, 2019, 23:02 Tatu Saloranta > >> On Tue, Feb 12, 2019 at 1:18 PM John Passaro >> wrote: >> > >> > Hello folks! I am trying to deserialize a yaml file with anchors and >> > references. There are some existing StackOverflow qu

Re: [jackson-user] Deserialize YAML with anchors and references

2019-02-14 Thread John Passaro
Thank you. I've been digging around jackson code while trying to resolve the issue and would be interested in contributing on this if you're open to it. I'm still stuck with purportedly valid YAML that I cannot parse. Maybe you've seen my follow-up reply where I tried to implement the workaround y

Re: [jackson-user] Deserialize YAML with anchors and references

2019-02-14 Thread Tatu Saloranta
On Wed, Feb 13, 2019 at 9:10 AM John Passaro wrote: > > On Tuesday, February 12, 2019 at 11:43:38 PM UTC-5, John Passaro wrote: >> >> On Tue, Feb 12, 2019, 23:02 Tatu Saloranta wrote: >>> >>> On Tue, Feb 12, 2019 at 1:18 PM John Passaro wrote: >>> > >>> > Hello folks! I am trying to deserialize a