Categories: None [Edit]
protojson
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.
Total
Ranking: 96,222 of 195,762
Downloads: 9,115
Daily
Ranking: 75,382 of 195,747
Downloads: 2
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 6 | 1,405,499,936 | i18n |
| 7 | 1,402,392,100 | activesupport |
| 29 | 1,006,320,288 | rspec |
| 5,477 | 1,317,323 | ruby_protobuf |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | juandebravo |