Registry / serialization / queryparams

queryparams

JSON →
library0.0.3rbrubygemsunverified

It supports hashes, arrays, nested hashes and arrays of hashes and all combinations thereof.

gem install queryparams
INSTALL
IMPORT
SIG · QUERYPARAMS
Q
queryparams
serializationrubyv0.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QueryParams
require 'queryparams'

Encode a hash into a query string.

require 'queryparams' params = { foo: 'bar', items: [1, 2] } query_string = QueryParams.encode(params) puts query_string
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
queryparams — gem install queryparams · libregistry