Skip to content

zepto-lang/querystring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

querystring

A minimal query string library in zepto. It is in alpha right now.

Usage

There are two basic routines, querystring:build and querystring:parse.

Using them looks somewhat like this:

(import-all "querystring")
(querystring:parse "somekey=someval&otherkey=otherval")
=> #{somekey: someval, otherkey: otherval}
(querystring:build #{video anime.mp4 referer google})
=> "video=anime.mp4&referer=google"

Have fun!

About

A minimal querystring library for zepto

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published