import json
# JSON-Objekt (Dictionary)
j = { "name": "Axel",
"alter": 19,
"handys": [
{"modell": "featurephone" },
{"modell": "smartphone" }
]
}
# Typ des Objekts
print(type(j))
# string
s = json.dumps(j)
# Typ des Objekts
print(type(s))
# Inhalt
print(s)
Kategorien
-
Neueste Beiträge
- [ABAP] SAP Customer-Exits
- [RAP] Workshops about Development with ABAP Cloud
- [API] Übersicht zu APIs
- [ABAP] PSP-Elemente suchen und anzeigen
- [SAP] Logon-Picture der SAP GUI festlegen
- [SAP Gateway] OData: Daten als JSON-String abrufen
- [SAP] CDS-View einer Bex Query ermitteln
- Umweltinformationen
- IT
- Mathematik