v1.1.6
Before this version, you had to query database with a strict JSON syntax. Example:
{ "firstname": "Samuel" }Since this version, you can query database with a relaxed JSON syntax. Example:
firstname: SamuelBefore this version, you had to query database with a strict JSON syntax. Example:
{ "firstname": "Samuel" }Since this version, you can query database with a relaxed JSON syntax. Example:
firstname: Samuel