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
}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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
}