You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Otherwise, if value is a number, then set value to its canonical lexical form as defined in the section Data Round Tripping. If datatype is null, set it to either xsd:integer or xsd:double, depending on if the value contains a fractional and/or an exponential component.
38
-
value=ifdatatype == RDF::URI(RDF.to_uri + "JSON")
38
+
value=ifdatatype == RDF_JSON
39
39
value.to_json_c14n
40
40
else
41
41
# Don't serialize as double if there are no fractional bits
0 commit comments