mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-03-04 23:21:47 +01:00

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.