JsonLdWriterOptionsUseNativeTypes Property  | 
 
            If the this flag is set to true, RDF literals with a datatype IRI that equals xsd:integer or xsd:double are converted 
            to a JSON numbers and RDF literals with a datatype IRI that equals xsd:boolean are converted to true or false based 
            on their lexical form.
            
 
    Namespace: 
   VDS.RDF.Writing
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic bool UseNativeTypes { get; set; }Public Property UseNativeTypes As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also