mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-02-08 03:46:33 +08:00
a8641b42a7
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.