import "github.com/hyperledger/fabric-sdk-go/internal/github.com/hyperledger/fabric-ca/lib/streamer"
StreamJSON searches the JSON stream for arrays matching a search element. For each array that it finds, it streams them one element at a time.
func StreamJSONArray(decoder *json.Decoder, path string, cb func(*json.Decoder) error) (bool, error)
StreamJSONArray searches the JSON stream for an array matching 'path'. For each element of this array, it streams one element at a time.
SearchElement defines the JSON arrays for which to search
Package streamer imports 8 packages (graph) and is imported by 1 packages. Updated 2020-01-01. Refresh now. Tools for package owners.