OK, JS version is separated. package_dir={'': 'ObjectPathPy'} (or package_dir={'': 'objectpath'}) doesn't work on my computer.
BTW check out new version of ObjectPath. It's 5x faster. Just a little warning: it now uses generators everywhere and can suck up all the incoming data:). In other words $..price + $..price doesn't work if it works on generated on the fly JSON file.
OK, JS version is separated.
package_dir={'': 'ObjectPathPy'}
(orpackage_dir={'': 'objectpath'}
) doesn't work on my computer.BTW check out new version of ObjectPath. It's 5x faster. Just a little warning: it now uses generators everywhere and can suck up all the incoming data:). In other words
$..price + $..price
doesn't work if it works on generated on the fly JSON file.