jmespath.lua icon indicating copy to clipboard operation
jmespath.lua copied to clipboard

A pure Lua implementation of JMESPath

Results 4 jmespath.lua issues
Sort by recently updated
recently updated
newest added

Attempting to install with luarocks 2.3.0 and lua 5.1.5 results in a failure, complaining the source to copy is a directory and not a file. ``` $ luarocks install --tree...

% lua -v Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio % uname -a Linux 3.13.0-44 Ubuntu SMP Wed Dec 17 00:39:15 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux % sudo make...