Closed a-nanasov closed 9 years ago
Hi, if path contains minus character, the following error raises:
jmespath.exceptions.LexerError: Bad jmespath expression: Unknown character: statistics.destinations-voice ^
If a key name has anything besides [_a-zA-Z908], it needs to be quoted, so this should work for you:
[_a-zA-Z908]
statistics."destinations-voice"
Hi, if path contains minus character, the following error raises: