Returns the value of the feature flag as a JSON object represented by a Map.
Future<Map<String, dynamic>> getJson(String featureName, {Map<String, dynamic> defaultValue = const {}});