utils/json_utils library

Functions

getNestedField(Map<String, dynamic> json, List<String> path) → dynamic
Retrieves a nested value from a JSON map using a path.
isType(dynamic value, Type type) bool
Checks whether a JSON value matches the expected Dart type.