I have created an issue on the jsonform project to fix a bug. Essentially, if you have nested fields with values that contains '[1]' or any other number or even just '[]' i think, it alters the value from say:
sometext[1] to sometext[0]
This is a clear bug as it shouldn't be altering field values at all.
I have commented out the problem line from jsonform until the actual jsonform file gets updated
I have created an issue on the jsonform project to fix a bug. Essentially, if you have nested fields with values that contains '[1]' or any other number or even just '[]' i think, it alters the value from say:
sometext[1] to sometext[0]
This is a clear bug as it shouldn't be altering field values at all.
I have commented out the problem line from jsonform until the actual jsonform file gets updated
https://github.com/ulion/jsonform/issues/31