Skip to content
#

jsonapi

json logo

JSON (JavaScript Object Notation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.

Here are 212 public repositories matching this topic...

core
quentinus95
quentinus95 commented Feb 6, 2020

API Platform version(s) affected: 2.5.1

Description
Today, JSON Schemas generated by API-Platform do not include additionalProperties: false. This reduces type saftey when using a code generator.

How to reproduce
Create an ApiResource in a new project, check the generated Swagger documentation. The JSON Schema generated for the ApiResource does not include `additionalProp

vanitom
vanitom commented Jul 31, 2016

Hello,

I discovered Laravel and Lumen. I want to create a clean API. I would like to implement JSON API. I tested your library.
I discovered some errors in the documentation.

For the controller, it would indicate the need to put the controller in the directory "app/Http/Controllers/Api".
Since the namespace of the controller is not correct. There must be "App/Http/Controllers/Api".

In the r

Created by Douglas Crockford

Released 2005

Website
www.json.org
Wikipedia
Wikipedia
You can’t perform that action at this time.