NaturalLanguageJson extension

Extension on NaturalLanguage that provides methods for converting NaturalLanguage objects to and from JSON maps.

on

Methods

toMap() JsonObjectMap
Converts the NaturalLanguage object to a JSON map.

Static Methods

fromMap(JsonMap map) NaturalLanguage
Creates a new instance of NaturalLanguage from a JSON map.