aito.schema.AitoLanguageAnalyzerSchema.from_json_string

classmethod AitoLanguageAnalyzerSchema.from_json_string(json_string: str, **kwargs)

create an AitoSchema object from a JSON string

Parameters
  • json_string (str) – the JSON string

  • kwargs – the keyword arguments for json.loads method