Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 170 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 170 Bytes

two methods

toString from json object make a query string

toJSON

from query string makes json object 

test=yyy&fff=111

==>>>

{	
	test: "yyy",
	fff: 111
}