skip to Main Content

Json decode always return nil

I am created a swiftui app but for test purpose, I have a create a mocked repo to return the data from a json instead of placing an api call. The result of the JSONDecode is always nil... the Json…

VIEW QUESTION

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
Back To Top
Search