Nahuel

Results 3 issues of Nahuel

A literal called TrueNorth will be parsed as Literal::Logical True + remainder "North", instead of being parsed as Literal::String "TrueNorth" I encountered this while trying to parse the [IFC express...

Added derivations for Type, ParseFromJSON and ToJSON for sqlx::types::Json\. Purely ergonomical, and passes all implementations to the child T.

The ToJSON for an `Option` is implemented as follows: ``` rust impl ToJSON for Option { fn to_json(&self) -> Option { match self { Some(value) => value.to_json(), None => Some(Value::Null),...

bug