Upgrade#
1.x to 2.0#
*Listobjects were renamed to*Arrayto align with JSON terminology. *ListValue->ArrayValue*InlineList->InlineArray*CompactList->CompactArrayIterable wrappers (
ArrayValue,ObjectValue,InlineArray,InlineObject,CompactArray,CompactObject) no longer resolveJsonSerializableandJson5Serializableautomatically. *ArrayValue::fromSerializablesupports bothJsonSerializableandJson5Serializable. *ArrayValue::fromJsonSerializablesupports onlyJsonSerializable.