[{"slug":"schema-validation","title":"Schema validation","description":"Add [JSON Schema](http://json-schema.org/) to enforce the structure of your data"},{"slug":"locking","title":"Schema and data locking","description":"Once you're confident that your schema or data won't change, lock them down so your app will never break"},{"slug":"flexible-syntax","title":"Flexible syntax","description":"Forget the quotes! You can use javascript object syntax (`{ a: 1 }` instead of `{ \"a\": 1 }`)"},{"slug":"sub-property-access","title":"Sub-property access","description":"If you just need a piece of your JSON data, you can add property keys or array indexes to your API URL (Example: [api.npoint.io/features/0/description](https://api.npoint.io/features/0/description))"},{"slug":"accounts","title":"Protected editing","description":"Once you're logged in, all JSON bins you create are associated with your account so only you can edit the data"},{"slug":"cors","title":"CORS support","description":"n:point sets the header `Access-Control-Allow-Origin: *` in API responses, so you can access the API from anywhere"}]