Method Json.opAssign

Allows assignment of D values to a JSON value.

Prototypes

Json opAssign(
  Json v
);

void opAssign();

bool opAssign(
  bool 
);

int opAssign(
  int 
);

long opAssign(
  long 
);

double opAssign(
  double 
);

string opAssign(
  string 
);

Json[] opAssign(
  Json[] 
);

Json[string] opAssign(
  Json[string] 
);

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.