You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Value::as_list(), as_list_mut(), and is_list()
- Use "list" instead of "array" in method names which is the terminology
in the spec.
- as_array(), as_array_mut(), and is_array() are treated as alternative
method names. While they could be deprecated, there is no harm is
keeping them. It is extremely unlikely that the spec will change to
add an array vs list encoding.
0 commit comments