Änderungen

Zur Navigation springen Zur Suche springen
Zeile 46: Zeile 46:  
* https://github.com/dart-lang/sdk/issues/44848
 
* https://github.com/dart-lang/sdk/issues/44848
   −
=== JSON serialization ===
+
=== JSON ===
 +
 
 +
==== JSON serialization ====
    
Dart hilft beim Einpacken von Daten in JSON und dem Auspacken. Allerdings ist es nicht [[JavaScript]] oder [[TypeScript]], das ein first-class-Handling von [[JSON]] ermöglichen.
 
Dart hilft beim Einpacken von Daten in JSON und dem Auspacken. Allerdings ist es nicht [[JavaScript]] oder [[TypeScript]], das ein first-class-Handling von [[JSON]] ermöglichen.
Zeile 60: Zeile 62:  
* https://codewithandrea.com/articles/parse-json-dart/
 
* https://codewithandrea.com/articles/parse-json-dart/
    +
==== Weitere Libraries für Behandlung von JSON in Dart/Flutter ====
 
Weitere hilfreiche Libraries mit JSON
 
Weitere hilfreiche Libraries mit JSON
 
* [https://pub.dev/packages/json_path json_path]
 
* [https://pub.dev/packages/json_path json_path]
 
* [https://pub.dev/packages/rfc_6901 rfc_6901 - JSONPointer Implementierung] - kann JSON-Strukturen bearbeiten
 
* [https://pub.dev/packages/rfc_6901 rfc_6901 - JSONPointer Implementierung] - kann JSON-Strukturen bearbeiten
 +
* [https://pub.dev/packages/flutter_json_view flutter_json_view] - kann JSON-Strukturen anzeigen
    
== Libraries ==
 
== Libraries ==

Navigationsmenü