I have HTTP path that need to send JSON
{
"domain": "mas.org.il",
"params": {
"type":"hug"
}
}
to get another JSON with all items to insert into my Android app
How do I send this JSON to http URL and get JSON to parse it into my app.