JsonNumber

class JsonNumber(val value: String)

A simple wrapper class that can be put in Map to indicate an arbitrary precision json number

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard