import JsonString from "./JsonString.mjs"; class JsonKey extends JsonString { static type = 'key'; } export default JsonKey;