JsonSerializer.putValue

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void putValue(typeof(null) )
  2. void putValue(Timestamp timestamp)
    struct JsonSerializer(string sep, Dg)
    void
    putValue
    (
    Timestamp timestamp
    )
  3. void putValue(bool b)
  4. void putValue(char[] str)
  5. void putValue(Num num)

Meta