编码.json复杂对象的JSON结构无损序列化和解析例子 var Enc = require ( 'encoding.json' ) ;
// 简单结构
var Nothing = {
toJSON : function ( ) { return { '#type' : 'Nothing' } }
fromJSON : function ( data ) {
// 解析返回 Either.Right 或 Either.Left
编码.json复杂对象的JSON结构无损序列化和解析例子 var Enc = require ( 'encoding.json' ) ;
// 简单结构
var Nothing = {
toJSON : function ( ) { return { '#type' : 'Nothing' } }
fromJSON : function ( data ) {
// 解析返回 Either.Right 或 Either.Left
暂无评论