I tried to add a boolean field in a document but that field is added as an “array” but Not just a boolean value true or false.
{"_id":{"$oid":"5c8eccc1caa187d17ca72f8d"},"city":"NEW YORK","zip":"10005","loc":{"y":{"$numberDouble":"40.705649"},"x":{"$numberDouble":"74.008344"}},"pop":{"$numberInt":"202"},"state":"NY","capital?":[false]}