This issue should be fixed now. It was because I was parsing through direct elements (Ensuring integer’s were indeed integers, strings were indeed strings, etc…) But 0 is parsed out as a null/empty/false entry which on update wouldn’t show up. Since changing them back to strings all appears to be working properly.
Thanks for reporting.