JsonSource

class JsonSource(val root: Json) : TranslationSource

Constructors

Link copied to clipboard
constructor(root: Json)

Properties

Link copied to clipboard
val root: Json

Functions

Link copied to clipboard
open override fun getRawString(key: String, defaultValue: String?): String?

Gets the raw string value for the given key from the JSON object. If the key does not exist, it returns the default value.