On Thu, Jan 2, 2020 at 1:40 PM TheCrisbros15 <crisbro...@gmail.com> 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 jackson-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jackson-user/CAGrxA26_B4JVHSWRwe12F9g7rLg3qOvRf4gwehiWEUttqCUq0g%40mail.gmail.com.

Reply via email to