Sourced from serde_json's releases.
v1.0.134
- Add
RawValue
associated constants for literalnull
,true
,false
(#1221, thanks@​bheylin
)
b2a1415
Release 1.0.1349875785
Tweak wording of NULL/TRUE/FALSE documentation4aa05b9
Merge pull request #1222
from dtolnay/rawvalueassocf42c7c7
Move RawValue associated constants into same impl block as public
functions96576ba
Merge pull request #1221
from bheylin/add-const-raw-values-for-null-and-bools4db66fb
Add 'static
lifetime to const
's9c9aa1f
Add literal 'null', 'true' and 'false' consts to RawValue
struct.