“фальшивый генератор JSON” Ответ

JSON DUMMY Данные

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

генерирование тестовых данных в API

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

фальшивый генератор 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

Ответы похожие на “фальшивый генератор JSON”

Вопросы похожие на “фальшивый генератор JSON”

Больше похожих ответов на “фальшивый генератор JSON” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования