Download the PHP package fwhat/jsonmapper without Composer
On this page you can find all versions of the php package fwhat/jsonmapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fwhat/jsonmapper
More information about fwhat/jsonmapper
Files in fwhat/jsonmapper
Download fwhat/jsonmapper
More information about fwhat/jsonmapper
Files in fwhat/jsonmapper
Vendor fwhat
Package jsonmapper
Short Description json to php object
License MIT
Homepage https://github.com/fwhat/jsonmapper
Package jsonmapper
Short Description json to php object
License MIT
Homepage https://github.com/fwhat/jsonmapper
Please rate this library. Is it a good library?
Informations about the package jsonmapper
Json to PHP Object Library
功能
- 实现从json生成对应的php对象
- 支持对象嵌套
- 支持object[],object[][] 多层级数组对象结构
- 提供Map类, 区分array与map
性能
(JsonMapper 对象内置分析缓存, 一个进程内实例化一次效果最佳)
- 简单对象 可生成 150000w+/s
- 复杂对象 可生成 1w+/s
安装
composer require fwhat/jsonmapper
使用示例
- 其他使用示例可参考单元测试
All versions of jsonmapper with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
ext-json Version *
ext-mbstring Version *
ext-json Version *
ext-mbstring Version *
The package fwhat/jsonmapper contains the following files
Loading the files please wait ....