Yes the top level is always an 'object' currently. After all that is JSON-B ;)
It's a bit of a chicken-egg problem imo. The part which writes the object brackets don't always know whether there will be an object or a sting on the top layer. We might need to review that if you think it's important to have this feature. LieGrue, strub > On Tuesday, 10 May 2016, 20:19, Romain Manni-Bucau <[email protected]> > wrote: > > Hi guys, > > we need to match a property to apply an object converter from what I saw. > > Do we want to support to apply it on the root object (= no property > matching at all) > > Means I can have {type: ..., instance: ...} and Foo {id, name} and > still > call the converter. > > I think we don't handle it yet cause we would need a wrapper on top of it > to match the first instance ({wrap: {type: ..., instance: ...}} is > doable). > > Did I miss anything? > > Romain Manni-Bucau > @rmannibucau <https://twitter.com/rmannibucau> | Blog > <http://rmannibucau.wordpress.com> | Github > <https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber > <http://www.tomitribe.com> | JavaEE Factory > <https://javaeefactory-rmannibucau.rhcloud.com> >
