Commit Graph

16 Commits

Author SHA1 Message Date
Loïc Lecrenier a8641b42a7 Modify flatten_serde_json to keep dummy value for all object keys
Example:
```json
{
    "id": 0,
    "colour" : { "green": 1 }
}
```
becomes:
```json
{
    "id": 0,
    "colour" : [],
    "colour.green": 1
}
```
to retain the information the key "colour" exists in the original
json value.
2022-07-19 10:07:33 +02:00
Kerollmops cc48992e79
Bump the milli version to 0.31.1 2022-06-22 17:05:51 +02:00
Kerollmops f5c3b951bc
Bump the milli version to 0.31.0 2022-06-22 12:08:16 +02:00
Clémentine Urquizar 31f749b5d8
Update version for next release (v0.30.0) 2022-06-20 12:09:57 +02:00
Tamo 676187ba43
bump milli version 2022-06-09 16:53:32 +02:00
Kerollmops 56ee9cc21f
Bump the version to 0.29.2 2022-06-08 16:00:06 +02:00
Clémentine Urquizar 478dbfa45a
Update version for next release (v0.29.1) 2022-06-07 18:59:33 +02:00
Clémentine Urquizar 6ce1c6487a
Update version for next release (v0.29.0) 2022-06-02 18:07:55 +02:00
Clémentine Urquizar c19c17eddb
Update version to v0.28.1 2022-06-01 18:31:02 +02:00
ManyTheFish 895f5d8a26 Bump milli version 2022-05-18 10:37:12 +02:00
Clémentine Urquizar d138b3c704
Update version 2022-04-25 18:43:46 +02:00
Tamo d81a3f4a74
improve the fuzzer of the flatten crate 2022-04-20 16:11:23 +02:00
Kerollmops b3cec1a383
Prefer using direct method calls instead of using the json macros 2022-04-13 13:12:57 +02:00
Kerollmops 436d2032c4
Add benchmarks to the flatten-serde-json subcrate 2022-04-13 13:12:57 +02:00
Tamo e153418b8a
remove the unused key warning 2022-04-11 14:52:41 +02:00
Tamo bab898ce86
move the flatten-serde-json crate inside of milli 2022-04-07 18:20:44 +02:00