“Fałszywy generator JSON” Kod odpowiedzi

Dane manekina JSON

fetch('https://jsonplaceholder.typicode.com/todos')
  .then(response => response.json())
  .then(json => console.log(json))
Frightened Frog

Generowanie danych testowych w API

For API Part: I use "https://www.mockaroo.com/" ==> 
generates multiple format (CSV, JSON, XML, etc)
Obedient Ocelot

Fałszywy generator JSON

{
		"requestCount": "number", 
		"requests": { "requsetId": "string",
			"icon": "string",
			"service": {"id": "string","nameAr": "string","nameEn": "string"
			},							
			"requestor": {"id": "string","nameAr": "string","nameEn": "string"
			}
			,           			
			"requestDate": "date","step": "string", "summary": "string", "isRead": "boolean",
			"stepOwner": {"id": "string","nameAr": "string","nameEn": "string","position": "string"
			}, 
			"d": 0, 
			"resultStatus": 0, 
			"actions": [{"id": "string","nameEn": "string","nameAr": "string",
				"actionUrl": "string","isMainAction": "boolean","isQuickAction": "boolean"
			}],
			"stepHistory": [{"step": "string",
				"stepOwner": {"id": "string","nameAr": "string","nameEn": "string","position": "string"
				},							
				"actionDate": "date","note": "string", 				
				"actions": {		"id": "string","nameEn": "string","nameAr": "string"}
			}]
			
		}
	}
Eager Earthworm

Odpowiedzi podobne do “Fałszywy generator JSON”

Pytania podobne do “Fałszywy generator JSON”

Więcej pokrewnych odpowiedzi na “Fałszywy generator JSON” w JavaScript

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu