Skip to content

368 - Finding and Converting JSON Values in Dart

Compare
Choose a tag to compare
@vandadnp vandadnp released this 15 Nov 05:19
· 30 commits to main since this release
dcddbc9

Use this extension to find a key in a JSON Map object, and should it exist AND its value be of a given type, then you can convert it to another data-type all within the same operation => https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/tipsandtricks/finding-and-converting-json-values-in-dart/finding-and-converting-json-values-in-dart.md