Skip to content

Instantly share code, notes, and snippets.

View henriquekano's full-sized avatar
🎯
Focusing

henriquekano henriquekano

🎯
Focusing
View GitHub Profile
@henriquekano
henriquekano / json_viewer.kt
Created June 6, 2022 00:55
Android compose json viewer
@file:Suppress("UNCHECKED_CAST")
package com.kanohenrique.mytube.compose.components
import android.util.Log
import androidx.compose.material.MaterialTheme
import androidx.compose.material.Text
import androidx.compose.runtime.Composable
import androidx.compose.runtime.remember
import androidx.compose.ui.graphics.Color
/*!
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
<http://stuartk.com/jszip>
(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
JSZip uses the library pako released under the MIT license :
https://github.com/nodeca/pako/blob/main/LICENSE