How to send JSON file in API as a parameter in android?
like
{
"param1" : "xyz123",
"file":"demo.json"
}
I have to send this JSON in an API. Here demo.json is file.
How to send JSON file in API as a parameter in android?
like
{
"param1" : "xyz123",
"file":"demo.json"
}
I have to send this JSON in an API. Here demo.json is file.