package com.longnh15.heimdall.common import kotlinx.serialization.json.Json object GlobalConfig { val json = Json { ignoreUnknownKeys = true isLenient } }