Data Types

Data types used

URL

{
    http://www.delven.io
}

String

{
    "key" : "String Value"
}

Numeric

{
    "key" : 12345
}

Boolean

{
    "key" : true | false
}

Object of Key:Value

{
    "params" :
    {
            "p1": "valueA",
            "p2": "valueB",
    }
}

Array of Strings

{
    "headers": 
    [
        "Accept: application/xml", 
        "Content-Type: application/xml"
    ]
}