doberkofler / PLSQL-JSON

The JSON encode/decode library for Oracle PL/SQL
MIT License
47 stars 15 forks source link

keyword with a dash throws an error #2

Closed michaelachrist closed 7 years ago

michaelachrist commented 9 years ago

Hi: I have a keyword "item-1", and when I attempt to get the value, I receive the error: "Path parse error: expected . or [ found - at position 6"

Can anyone suggest how I can handle this?

Thanks.

doberkofler commented 9 years ago

@michaelachrist Could you please post a complete example of the failing code.

doberkofler commented 7 years ago

@michaelachrist Closed without proper example