文件名称:jsonator:JSONator接受您每天的JSON模式并为您生成一组模拟数据
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-18 13:51:54
PHP
什么 向JSONator提供一个有效的json模式文档(草案4),它吐出一个随机生成的模拟数据的json文档。 随机数据由。 很酷,但是您如何使用它呢? 很高兴你问! 很简单 <?php require_once __DIR__.'/vendor/autoload.php'; // It is important to json_decode your schema into a stdClass object $schema = json_decode(file_get_contents('schema.json')); // { // "title": "Example Schema", // "type": "object", // "properties": { // "firstName": { // "type"
【文件预览】:
jsonator-master
----.gitignore(63B)
----src()
--------Exception()
--------Traverser.php(2KB)
--------Primitives()
--------Generator.php(530B)
----composer.json(561B)
----README.md(1KB)
----tests()
--------JSONGeneratorTest.php(450B)
--------TraverserTest.php(2KB)
--------bootstrap.php(135B)
--------fixtures()
----phpunit.xml.dist(215B)
----.editorconfig(210B)