Serialize JavaScript to a superset of JSON that includes regular expressions and functions.
-
Updated
Jun 11, 2020 - JavaScript
Serialize JavaScript to a superset of JSON that includes regular expressions and functions.
Hprose is a cross-language RPC. This project is Hprose 2.0 for PHP
Hprose is a cross-language RPC. This project is Hprose for Golang.
[DEPRECATED]: Prefer Moshi, Jackson, Gson, or LoganSquare
Fast conversion between JSON and model in Swift.
Hprose is a cross-language RPC. This project is Hprose 2.0 for Java
HPROSE is short for High Performance Remote Object Service Engine. It's a serialize and RPC library, the serialize library of hprose is faster, smaller and more powerful than msgpack, the RPC library is faster, easier and more powerful than thrift.
Hprose is a cross-language RPC. This project is Hprose 2.0 for Node.js
Hprose is a cross-language RPC. This project is Hprose 2.0 Client for HTML5
Hprose is a cross-language RPC. This project is Hprose 2.0 RPC for JavaScript
JSON to DataSet and DataSet to JSON converter
LoraWAN serialization/deserialization library for The Things Network
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
I believe better examples should be provided for anyone new to this library that uses the same convention as encoding/gob.
Decoding:
var foo map[string]string
if err = gob.NewDecoder(file).Decode(&foo); err != nil {
return err
}Encoding:
buf := new(bytes.Buffer)
if err := gob.NewEncoder(buf).Encode(foo); err != nil {
return err
}Note: file is `*os
A Vue.js component for editing data that has been serialized in PHP
Hprose is a cross-language RPC. This project is Hprose serialize/unserialize extension for PHP
Hprose 3.0 for TypeScript
equivalent function to jQuery.param
Easy, Fast and Lightweight Binary Formatter. (Serializer and Deserializer)
Golang implementation for PHP's functions
Java 字节的工具库(不是字节码的工具库)
Bluetooth GATT service and characteristic parser
Hprose for ActionScript 3.0
Add a description, image, and links to the serialize topic page so that developers can more easily learn about it.
To associate your repository with the serialize topic, visit your repo's landing page and select "manage topics."