aboutsummaryrefslogtreecommitdiff
path: root/src/value.rs
AgeCommit message (Expand)AuthorLines
2017-07-06Support deserializing newtypesAlex Crichton-1/+11
2017-06-19Use 'into()' to convert numerical values safelySergio Benitez-10/+8
2017-06-18Add exhaustive From<T> impls for ValueSergio Benitez-28/+44
2017-06-11Implement `IntoDeserializer` for `Value`Pit Kleyersburg-0/+8
2017-04-28Address comment and make test passVincent Prouillet-73/+5
2017-04-25Deserialize enum in ValueVincent Prouillet-1/+86
2017-04-24Allow to deserialize/serialize into enumsVincent Prouillet-1/+1
2017-04-20Support serde 1.0.0Alex Crichton-49/+54
2017-04-05Replace unwrap with expect in public methodsMatthias Endler-1/+1
2017-02-19Fixed sorting of table valuesEvgenii Pashkin-2/+2
2017-02-11Fix displaying empty arraysAlex Crichton-8/+6
2017-02-09Grammar on Value doc stringsJake Goulding-3/+3
2017-02-08Rewrite crate with serde support from ground upAlex Crichton-0/+894