Skip to content

ginrou/NSURL-QueryParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSURL-QueryParser

Simple URL query parser convert to NSDictionary

Usage

NSURL *url = [NSURL URLWithString:@"http://example.com?key=value&foo=bar"];
NSDictionary *query = [url parseQuery]; 

// query = {
//   key = value;
//   foo = var;
// }

License

MIT

About

Simple URL query parser convert to NSDictionary

Resources

License

Stars

Watchers

Forks

Packages

No packages published