Reads a value from a JSON object using the provided key.
Object? readValue(dynamic json, String key) { return vyuh.content.provider.fieldValue(key, json); }