expr icon indicating copy to clipboard operation
expr copied to clipboard

Expression evaluator for Go

Results 3 expr issues
Sort by recently updated
recently updated
newest added

Just FYI: I made a tool for my work named `jef` that combines GJSON and this expr package to filter newline delimited json with. In my test on a file...

Sorry, but here is another suggestion. Now, expr has arrays, which is very useful. But there is no built in syntax right now to index them. While it is possible...

I see that {} is now reserved. Perhaps this could be used for map or JSON values like in https://github.com/tidwall/xv? I can probably contribute a PR but I'd like to...