Constant sval_json::tags::JSON_NUMBER

source ·
pub const JSON_NUMBER: Tag;
Expand description

A tag for numbers that are already JSON compatible.

This tag is a sub-type of sval::tags::NUMBER that:

  • Does not contain leading zeroes.
  • Does not use the + sign.

§Valid datatypes

  • text