Modifying

<< Click to Display Table of Contents >>

Navigation:  JSON >

Modifying

To set node value use the following properties:

 

  AsBoolean: boolean

  AsString: hstring

  AsDateTime: TDateTime

  AsVariant: variant

  AsInteger: integer

  AsFloat: double

  AsJSON: hstring;

  AsInt64: Int64;

  IsNull: boolean;

 

To set child node value by key use:

 

  D[const AName: hstring]: TDateTime

  DV[const AName: hstring]: variant

  S[const AName: hstring]: hstring

  V[const AName: hstring]: variant

  B[const AName: hstring]: boolean

  I[const AName: hstring]: Int64

  F[const AName: hstring]: double