JSONOutputRange.put

Writes a single JSON primitive to the destination character range.

  1. void put(JSONParserNode node)
  2. void put(JSONToken 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 value)
  9. void put(string value)
    struct JSONOutputRange(R, GeneratorOptions options = GeneratorOptions.init)
    void
    put
    (
    string value
    )
    if (
    isOutputRange!(R, char)
    )

Meta