Thanks man, I asked because I was having problems with CBORGen but when I didn’t call start object they went away. Not sure why, but you’re right I found it is possible.
Thanks for the prompt response! Ccd On Thursday, January 2, 2020, Tatu Saloranta <[email protected]> wrote: > On Thu, Jan 2, 2020 at 1:40 PM TheCrisbros15 <[email protected]> wrote: > >> I’m using CBOR generator, and was wondering if nesting arrays is possible >> using it? Would I make use of the write raw value function? >> >> > You can write nested arrays by calling matching `writeStartArray()` and > `writeEndArray()` appropriately. Need to use raw value writes is not common > with CBOR generator. > > -+ Tatu +- > > > > -- > You received this message because you are subscribed to the Google Groups > "jackson-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jackson-user/CAGrxA26_B4JVHSWRwe12F9g7rLg3qOvRf4gweh > iWEUttqCUq0g%40mail.gmail.com > <https://groups.google.com/d/msgid/jackson-user/CAGrxA26_B4JVHSWRwe12F9g7rLg3qOvRf4gwehiWEUttqCUq0g%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/CAC3USDKZkk1jYcm5invsKn2PS6eJzDPba3Ws8ttA3mKb1reo1Q%40mail.gmail.com.
