You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All functions now support connection objects (file paths, urls) as input types for streaming. see new methods jqr_feed and jqr_new (#55)
fix jq() to be able to accept json objects as input (#62)
gains new functions build_array()/build_array_() and build_object()/build_object_() for building arrays and objects, respectively. and select() changes to only do filtering (instead of also doing construction) to match jq behavior (#66) (#67)