Evgeniy Stratonikov
|
422a80f483
|
jsonpath: restrict amount of intermediate objects
Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
|
2022-02-28 13:18:34 +03:00 |
|
Anna Shaleva
|
dfc0b25cfe
|
gomod: use nspcc-dev's fork of go-ordered-json
Escape non-ASCII characters while JSON encoding.
|
2021-09-15 15:01:01 +03:00 |
|
Roman Khimov
|
4131e208e5
|
jsonpath: drop unnecessary assignment, fix lint fail
pkg/services/oracle/jsonpath/jsonpath.go:354:8 ineffassign ineffectual assignment to val
|
2021-05-13 17:26:38 +03:00 |
|
Evgeniy Stratonikov
|
28a0d68c05
|
jsonpath: allow empty paths
|
2021-05-13 11:53:49 +03:00 |
|
Evgeniy Stratonikov
|
5fc81c787b
|
jsonpath: use ordered map json unmarshaler
|
2021-05-13 11:53:49 +03:00 |
|
Evgeniy Stratonikov
|
6890688b8f
|
oracle: add max nesting depth to JSONPath filter
|
2021-05-13 11:53:49 +03:00 |
|
Evgeniy Stratonikov
|
1c30d8c395
|
oracle: make JSONPath compatible with C# implementation
C# node uses simplified implementation which is easy to port.
|
2021-05-13 11:53:28 +03:00 |
|