REST API received/transmitted JSON array

If in the received/transmitted parameters restapi json arrays of large nesting?
For example, an array containing other arrays in more?
What is the maximum depth of nesting implemented in restapi ?

Hi @ntdim1973,

I don’t know of any limitations regardin arrays nesting during serialization\deserialization. Are you facing any problem with it?

Cheers,
Askar

Not quite so, we implement interaction with camunda via xml via the bus.
So I’m just wondering what the possible depth of nesting arrays is in camunda.

Hi @ntdim1973,

as I said, not that I know of. Camunda relies on Jackson for json serialization\deserialization so whatever limitations they have would apply too. But as I know there are none regarding nesting.

Hope that helps,
Askar

Well thank you !
I just wanted to know the current possible nesting of arrays.