# Gavin Andresen # 2010-07-30 19:48:33 # https://bitcointalk.org/index.php?topic=611.msg6709#msg6709 @s{quotedtext} @s{quotedtext} It's pretty common to turn maps into objects, so you can use syntax like: @p{brk} foo.tx_id @p{brk} ... instead of foo['tx_id']. Especially if you're doing something like passing the data into a templating system (which may ONLY understand the object.field syntax). @p{par} And foo.class just doesn't work out nicely.