Hi, There is a JSON DSL on Hadi's page: http://hadihariri.com/2013/05/29/creating-builders-in-kotlin-the-results-of-the-kotlin-workshop/ Please how is following DSL implemented ? http://hadihariri.com/images/image_thumb1.png What is ".." double dot?
json {
“name” … “Mr. Jones”
“age” … 5
}
Many thanks,
Jan