In Swift I can write a dictionary like this:
let myDict = [
    [
        "title": "some title",
        "val": "some val",
        "url": "some url"
    ],
[
        "title": "some title",
        "val": "some val",
        "url": "some url"
    ],
]
Is there a android Java version of that?
 
     
     
    