json-mapper:Hamlet Framework JSON映射器

时间:2024-05-30 14:36:59
【文件属性】:

文件名称:json-mapper:Hamlet Framework JSON映射器

文件大小:21KB

文件格式:ZIP

更新时间:2024-05-30 14:36:59

PHP

哈姆雷特框架/ Json Mapper 快速摘要: 诗篇类型规范,包括类对象数组,联合类型,关联数组等。 用于解析FQCN的PHP解析器 默认使用反射 可重用的代码即配置 通过子类型解析器支持多态 子树分辨率的级联配置选项 类型安全性: Psalm将知道JsonMapper::map(_list(_class(User::class)), ...)返回list 。 抛出异常,导致无法进行强制转换 首先,要映射以下JSON结构: [ { " name " : " Yuri " }, { " name " : " Oleg " , " email " : " oleg@example.com " , " address " : { " city " : " Vologda " } } ] 分为以下类层次结构: <?php class User {


【文件预览】:
json-mapper-master
----.gitignore(51B)
----README.md(4KB)
----tests()
--------Locations()
--------JsonMapperTest.php(4KB)
--------Address.php(273B)
--------JsonMapperAwareTest.php(675B)
--------Weather()
--------Restaurants()
--------InheritanceTest.php(4KB)
--------User.php(1KB)
--------Cars()
----phpunit.xml(197B)
----LICENSE(18KB)
----composer.json(898B)
----src()
--------JsonMapperResolver.php(6KB)
--------JsonMapper.php(692B)
--------JsonMapperAware.php(180B)
--------JsonMapperConfiguration.php(4KB)
----.travis.yml(299B)
----psalm.xml(444B)

网友评论