{
"features": [{
"id": "methods",
"name": "Methods basic support",
"compat": {
"ios": [{
"version_added": "29.14.0",
"notes": "It does not support methods for intermediate values, such as expressions in parentheses, for example (1 + 2)",
"partial_implementation": true
}, {
"version_added": "29.15.0"
}],
"web": {
"version_added": "29.15.0"
},
"android": {
"version_added": "30.0.0"
}
}
}, {
"id": "methods_to_string",
"name": "Method toString for the strings, integers, numbers, booleans, colors and urls",
"compat": {
"ios": {
"version_added": "29.14.0"
},
"web": {
"version_added": "29.15.0"
},
"android": {
"version_added": "30.0.0"
}
}
}, {
"id": "methods_to_string_dict_array",
"name": "Method toString for the dicts and arrays",
"compat": {
"ios": {
"version_added": "29.15.0"
},
"web": {
"version_added": "30.2.0"
},
"android": {
"version_added": "30.14.0"
}
}
}, {
"id": "methods_dict_getters",
"name": "Methods-getters for the dict",
"compat": {
"ios": {
"version_added": "29.14.0"
},
"web": {
"version_added": "29.15.0"
},
"android": {
"version_added": "30.17.0"
}
}
}, {
"id": "methods_array_getters",
"name": "Methods-getters for the array",
"compat": {
"ios": {
"version_added": "29.14.0"
},
"web": {
"version_added": "29.15.0"
},
"android": {
"version_added": "30.31.0"
}
}
}, {
"id": "methods_dict_contains_key",
"name": "Method-containsKey for the dict",
"compat": {
"android": {
"version_added": "30.4.0"
},
"ios": {
"version_added": "30.4.0"
},
"web": {
"version_added": "30.4.0"
}
}
}, {
"id": "methods_dict_is_empty",
"name": "Method-isEmpty for the dict",
"compat": {
"android": {
"version_added": "30.19.0"
},
"web": {
"version_added": "30.20.0"
},
"ios": {
"version_added": "30.24.0"
}
}
}, {
"id": "methods_array_is_empty",
"name": "Method-isEmpty for the array",
"compat": {
"ios": {
"version_added": "30.24.0"
},
"web": {
"version_added": "30.25.0"
},
"android": {
"version_added": "30.30.0"
}
}
}, {
"id": "methods_dict_get_keys",
"name": "Method-getKeys for the dict",
"compat": {
"ios": {
"version_added": "32.9.0"
},
"android": {
"version_added": "32.10.0"
},
"web": {
"version_added": "32.29.0"
}
}
}, {
"id": "methods_dict_get_values",
"name": "Method-getValues for the dict",
"compat": {
"ios": {
"version_added": "32.9.0"
},
"android": {
"version_added": "32.10.0"
},
"web": {
"version_added": "32.29.0"
}
}
}, {
"id": "method_array_filter",
"name": "array filter method",
"compat": {
"web": {
"version_added": "32.29.0"
}
}
}]
}