RE: read Data from JSONBuilder
Hi Tony,
we implement Data Exchange via File Exchange between SuperOffice and SBO (SAP Business One). from SBO we must update its data in SO based on its SO Customer number. For examle I got this File from SBO:
{"Export Debitor": {"Nummer": "15122","Debitornummer": "506115122","Id": 4818,"Name": "DREWTUR JACEK GUGAŁA I ANETA GUGAŁA SPÓŁKA JAWNA","Name2": "PRZEDSIĘBIORSTWO PRODUKCYJNO-USŁUGOWE DREWTUR JACEK GUGAŁA I ANETA GUGAŁA SPÓŁKA JAWNA","Postadresse Strasse": "Turkowy 6","Postadresse Ort": "Perzów","Postadresse PLZ": "63-642","Besucheradresse Strasse": "Turkowy 6","Besucheradresse Ort": "","Besucheradresse PLZ": "","Land": "Polen","Telefon": "48 601 758 605","Fax": "","Email": "","Website": "","Verantwortlich": "Krzysztof Jagiela","Kategorie": "Kunde","ustId": "PL6191770159","Steuernummer": "","Kreditversicherung (Euro)": "0","Zahungsbedingung": "Vorkasse","Relevant für Intrastat": "False","Incoterms": ""}
I must update this in SO based on its number 15122. It is not to solve with struct, normally I must dissolve this String with String Methode after(p), before(p), I just thoutht maybe there is a simple Class in library to dissolve this String in JSON-Format.
Thanks!