skip to Main Content

Javascript – How to split & concatenate JSON array input

I am new to Javascript, so need some help with the below scenario. I am reading a JSON input as shown below var json_input = "[ { "src_AccountId":["00100027H3QAK"], "src_AccountName":["Vis Card Services","Vitoria Card Services SA"], "src_MaxVus":[15,3], "src_DocCount":[15,3] }, { "src_AccountId":["0010J000027lVFDQA2","6516983c9d71be4bcd799313"], "src_AccountName":["Semiconductor…

VIEW QUESTION

List and jsons on Flutter request https

I hope you can help me, I have this json to send in a request { "taxpayer": _person, "customerType": _dropdownTypeClient, "rfc": _rfc.text, "name": _name.text, "fatherSurname": _firstName.text, "motherSurname": _lastName.text, "businessName": _razonSocial.text, "contact": _contact.text, "phone": _phone.text, "cell": _cellphone.text, "taxRegime": _dropdownTax, "mailList": […

VIEW QUESTION
Back To Top
Search