Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example JSON #17

Open
gewenyu99 opened this issue Mar 21, 2018 · 0 comments
Open

Example JSON #17

gewenyu99 opened this issue Mar 21, 2018 · 0 comments
Assignees

Comments

@gewenyu99
Copy link
Member

gewenyu99 commented Mar 21, 2018

{
	"field_1": "This is a string",
	"field_2": 2,
	"field_3": true,
	"field_4": null,
	"field_5": {
		"sub_field": "je suis a sub field",
		"sub_field_array": [
                        {
				"field_1": "This is a string",
				"field_2": 2,
				"field_3": true,
				"field_4": null
			},
			{
				"field_1": "This is a string",
				"field_2": 2,
				"field_3": true,
				"field_4": null
			}
		]
	}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants