1{
2  "name": "$currentfeature",
3  "type": "function",
4  "groups": ["Record and Attributes"],
5  "description": "Returns the current feature being evaluated. This can be used with the 'attribute' function to evaluate attribute values from the current feature.",
6  "examples": [
7	{ "expression":"attribute( $currentfeature, 'name' )", "returns":"value stored in 'name' attribute for the current feature"}
8  ]
9}
10