package utils import org.json.JSONObject fun JSONObject.keyList(): List = keys().asSequence().toList()