JSONCollection
annotationin packageklyn.data.json
public annotation JSONCollection(path as String)
JSONCollection

Selects the JSON array containing entities of an annotated type.

Example
@JSONCollection(path="$.users[*]")
class User:
pass