RubyGems Navigation menu

protojson 0.1.0

A Ruby gem for Google's Protocol Buffers messages using three different encodings JSON based syntax instead of the original binary protocol. Supported formats - Hashmap: A tipical JSON message, with key:value pairs where the key is a string representing the field name. - Tagmap: Very similar to Hashmap, but instead of having the field name as key it has the field tag number as defined in the proto definition. - Indexed: Takes the Tagmap format a further step and optimizes the size needed for tag numbers by packing all of them as a string, where each character represents a tag, and placing it as the first element of an array.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.2.0 - August 20, 2011 (15KB)
  2. 0.1.0 - March 28, 2011 (8.5KB)

所有者:

作者:

  • Juan de Bravo, Ivan -DrSlump- Montes

SHA 256チェックサム:

6f99bd9f778278738d33e926f386a44a613db26637e06adff55389b7f4229fe6

累計ダウンロード数 7,780

このバージョンのみ 3,141

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: