Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
/ Gord Public archive

A library agnostic object conversion utility.

Notifications You must be signed in to change notification settings

dawnerd/Gord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GORD

The library agnostic object conversion utility thingy.


What is Gord?

Converts a complex Object to a usable query string (and eventually other formats). Non-useful properties are tossed out (properties that only contain another object for example). This leaves you with a string that can be used in an ajax request, saved to cookie or even local storage.

Note about NodeJS

Please don't use this in a NodeJS project. Instead, use the native built-in.

var querystring = require('querystring');
querystring.stringify(obj);

About

A library agnostic object conversion utility.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published