sheerwater /ss-bson-data-formatter

用于 SilverStripe 框架的 BSON 数据格式化工具。

安装: 6

依赖项: 0

建议者: 0

安全: 0

星星: 1

关注者: 2

分支: 1

开放问题: 2

类型:silverstripe-module

dev-master 2014-01-12 21:02 UTC

This package is auto-updated.

Last update: 2024-08-29 03:31:24 UTC


README

This is a simple clone of SilverStripe's JSON Data Formatter, modified to encode and decode BSON.

Requirements: bson_encode and bson_decode functions. These could come from any module, but a common source is the PHP Mongo DB library.