Difference between revisions of "JSON"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 19: Line 19:
 
* [[HAR (file format)]]
 
* [[HAR (file format)]]
 
* [[Django]] [[web framework]]
 
* [[Django]] [[web framework]]
* <code>import json</code>
+
* [[Python]]: <code>[[import json]]</code>
 
* [[Kubernetes]]
 
* [[Kubernetes]]
 
* [[Miller]]
 
* [[Miller]]

Revision as of 13:22, 27 August 2021

This article is a Draft. Help us to complete it.

wikipedia:JSON (2000s)


curl --header "Content-Type: application/json" \
 --request POST \
 --data '{"username":"xyz","password":"xyz"}' \
 http://localhost:3000/api/login
curl -H "Content-Type: application/json" --data @MY_FILE_WITH_DATA.json http://localhost:8080/ui/webapp/conf


Related terms

See also

Advertising: