adriank / ObjectPath

The agile query language for semi-structured data
http://objectpath.org
MIT License
380 stars 93 forks source link

Parsing unicode returns the unicode object #8

Closed stoey closed 10 years ago

stoey commented 10 years ago

This caught me out since I couldn't work out what was wrong with my expression - turned out it was that I was passing in a unicode expression and not a str.

adriank commented 10 years ago

Should be ok now. Check out new OP version btw. It has nicer interactive shell to do query testing on JSON documents.