```json {"foo/bar": 1,"private":"true"} ``` How can mask this json object so that private is not shown? **Expected output** ```json {"foo/bar": 1} ```