Maxim Vasilyev
Maxim Vasilyev
Thanks for testimonials! About your question - currently I don't have such solution, probably will do this later (have very tight schedule at my job now).
Check out develop branch (9d7ca0afd4029940e7e091b62b9775eb8e1cf4a2)
It's not a bug, array index must be unique to distinct different array items, but not used directly, document order is used instead (see readme). Why do you want to...
You can set _skipEmpty_ parameter to _false_, so it will not skip empty entries, should be enough for validation/error reinjection.
Make array with 'undefined' elements ([0] and [2]) is not ok too. Probably some deserialization method with some hook/callback function can solve this problem, will try to make something.
Oh, thanks!