11,000 種類を超える 5 つ星アセット
8.5 万人以上の顧客による評価
10 万人を超えるフォーラムメンバーが支持
すべてのアセットを Unity が審査済み
1/1
Lib JSON Stream is a IO stream allow your to write or read json data through any stream object.
Usages:
- optimize network messaging performance
- data size 50% smaller before compression
- data size 22% smaller after compression
- serialization 51% faster
- deserialization 47% faster
Key Features:
- encode json object to binary stream
- read json object from binary stream
- reduce encoded data size by reducing redundant property names.
- can generate smaller data compare with other JSON library
- decode binary data efficiently
- javascript and Java port available
Simple API:
// To Serialize objects
var output = new MemoryStream();
var outStream = new org.chickenbox.json.OutputStream(output);
outStream.Write(sceneData); //sceneData is your scene data structure
// To Deserialize objects
var input = new MemoryStream( serializedBytes );
var inStream = new org.chickenbox.json.InputStream(output);
var sceneData = inStream.Read<SceneData>();
Demonstrate serialize and deserialize 100 scenes with 100 objects
- data size 50% smaller before compression
- data size 22% smaller after compression
- serialization 51% faster
- deserialization 47% faster
Avg converted obj byte len by lib json stream: 13407
Avg converted obj byte len by lib json stream after compression: 6697
Total time taken by lib json stream: 0.3989317s
Avg converted obj byte len by JSON.Net: 27228
Avg converted obj byte len by JSON.Net after compression: 8586
Total time taken by JSON.Net: 0.8190006s
Total time taken by lib json stream to read json object: 0.3046894s
Total time taken by JSON.Net to read json object: 0.5754606s
Supporting libraries:
- Lib Json Stream TS
https://github.com/chickenbox/lib_json_stream_ts
- Lib Json Stream Java
https://github.com/chickenbox/lib_json_stream_java
Lib JSON Stream
(評価数が不足しています)
12 users have favourite this asset
(12)
$65
シート
1
更新された価格と消費税/VAT はチェックアウト時に計算
払い戻しポリシー
以下で安全にチェックアウト:

高品質なアセット
11,000 種類を超える 5 つ星アセット
信頼がある
8.5 万人以上の顧客による評価
コミュニティが支持
10 万人以上のフォーラムメンバーが支持
言語選択
USD
EUR
Copyright © 2025 Unity Technologies
全ての表示価格には消費税は含まれていません
USD
EUR