JSONOutputRange.put

Writes a single JSON primitive to the destination character range.

  1. void put(JSONParserNode!String node)
    struct JSONOutputRange(R, GeneratorOptions options = GeneratorOptions.init)
    void
    put
    (
    String
    )
    if (
    isOutputRange!(R, char)
    )
  2. void put(JSONToken!String token)
  3. void put(typeof(null) )
  4. void put(bool value)
  5. void put(long value)
  6. void put(BigInt value)
  7. void put(double value)
  8. void put(JSONString!String value)
  9. void put(string value)

Meta