{ "data": [ { "_id": 1, "x": "ping" } ], "minServerVersion": "3.4", "tests": [ { "description": "Find with a collation", "operation": { "name": "find", "arguments": { "filter": { "x": "PING" }, "collation": { "locale": "en_US", "strength": 2 } } }, "outcome": { "result": [ { "_id": 1, "x": "ping" } ] } } ] }
info at phpclasses dot org