Загрузить Lottie JSON из бинарных данных.
sdk.Image loadLottieFromByteData(ByteData data) { return _makeImage(data, sdk.ImageFormat.lottieJson); }