-
Hi @johnkerl in the great Miller go version there are flatten, unflatten, gap, json-parse and json-stringify new verbs. Is there some file I can read to understand what these do? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
johnkerl
Mar 31, 2021
Replies: 1 comment 7 replies
-
@aborruso there will be :) There isn't yet :( For now I will say that one key thing about the Go port is this:
That leaves only |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
aborruso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@aborruso there will be :)
There isn't yet :(
For now I will say that one key thing about the Go port is this:
put
/filter
DSLs and only as-modified. Then back to strings at the end ofput
andfilter
. (Also thesort
,stats1
, andstats2
verbs do type-inference ...step
as well.)