You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2026. It is now read-only.
Getting the following error when form element have an array name. Please see attached zip for reproducing it. <head> <script type="text/javascript" src="nserializejson.min.js?v=706aa2ffa"></script> </head> <body> <form id="form"> <input type="checkbox" name="bookinDate1[costcenter4][sfTax][1234][]" value="5" checked /> </form> <script> var oForm = document.getElementById('form'); console.log(NSerializeJson.NSerializeJson.serializeForm(oForm)); </script> </body>