Values_1.JsonClassifierSourceA classifier for JSON content.
type nonrec t = {name : Values_0.NameString.t option;The name of the classifier.
*)creationTime : Values_0.Timestamp.t option;The time that this classifier was registered.
*)lastUpdated : Values_0.Timestamp.t option;The time that this classifier was last updated.
*)version : Values_0.VersionId.t option;The version of this classifier.
*)jsonPath : JsonPath.t option;A JsonPath string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_0.VersionId.t
| `String of Values_0.NameString.t
| `Timestamp of Values_0.Timestamp.t ])
list ]