Sourced from serde_json's releases.
v1.0.106
- Add
Value::as_numberaccessor (https://github.com/facebook/flipper/issues/1069, thanks@​chanced)- Add
Number::as_straccessor under "arbitrary_precision" feature (https://github.com/facebook/flipper/issues/1067, thanks@​chanced)
45f10ec Release 1.0.106f346308 Elaborate on documentation of Number::as_strf16cad6 Add cfg banner to documentation of Number::as_strfc8dd13 Touch up PR 1067028b643 Merge pull request https://github.com/facebook/flipper/issues/1067 from chanced/add-as_str-to-numberdb75c22 Fix unintended u8 link inferred by intra doc link11b603c Resolve rustdoc::redundant_explicit_links lint95c5d6c Fix documentation typo from PR 10695a39516 Reorder Value::as_number after is_number6a5fef9 Wrap as_number documentation to 80 columns