Parse a JSON string into a Map.
Map<String, dynamic> dsShelfParseJson(String jsonStr) { return json.decode(jsonStr) as Map<String, dynamic>; }