Represents one member of a JSON object
const JsonObjectMember({ required this.key, required this.value, });