operator [] method

Stream<Attribute> operator [](
  1. JsonPath path
)

Implementation

Stream<Attribute> operator [](JsonPath path) =>
    where((attr) => attr.path == path);