Decodes progressive JSON bytes into T.
T
T fromProgressiveJson(List<int> bytes) { return ProgressiveJsonDecoder.decodeSync<T>(bytes, this); }