I'm trying to pass in an empty array as a JSON parameter, but it seems to come through as null.
I'm trying:
-d '{"cmd":{"obj1": "[]"}}'
where cmd is an object Cmd which has Obj1[ ]
Is there a way to do this in CXF?
cheers,
David
I'm trying to pass in an empty array as a JSON parameter, but it seems to come through as null.
I'm trying:
-d '{"cmd":{"obj1": "[]"}}'
where cmd is an object Cmd which has Obj1[ ]
Is there a way to do this in CXF?
cheers,
David