tidwall / gjson

Get JSON values quickly - JSON parser for Go
MIT License
14.2k stars 846 forks source link

The && and || are not available now (2023-03) #317

Closed litao09h closed 1 year ago

litao09h commented 1 year ago
          The && and || are not available now at 2023-03

I intend to save the expression as data configuration, so that the code does not need to be changed when modifying

Originally posted by @litao09h in https://github.com/tidwall/gjson/issues/64#issuecomment-1461210161

volans- commented 1 year ago

@litao09h I've added a reply to the old issue for the requests raised there, see https://github.com/tidwall/gjson/issues/64#issuecomment-1461615805. If those examples don't cover your use case feel free to expand in this issue what are your needs.

litao09h commented 1 year ago

@litao09h I've added a reply to the old issue for the requests raised there, see #64 (comment). If those examples don't cover your use case feel free to expand in this issue what are your needs.

that's helpful , multipaths is work for me. thank you for the anwser