bartsimp

Results 7 issues of bartsimp

Hello, it's possible to use a jsonpath notation to perform the lookup? `jsonparser.Get(data, "$.person.name.fullName")` equivalent to: `jsonparser.Get(data, "person", "name", "fullName")` regards

I'd like to convert a json array into a java List, but I got this error: ``` Error converting parameter at index 0: No implicit conversion to convert object of...

🏗️ type: enhancement
⚙️ component: Pioneer
🚦 status: reviewing
📖 theme: extensions

## Describe the proposal Could be useful shows mTLS info (enabled/disabled) in Application summary details? thanks

(I'm sorry for the previous pull request, I'm still learning how to use git)

1) Is it possible to ignore a group? it would be nice to do something like matcher=(._?)(._?)(._?)(._?)(.*?) order=ignore,name,ignore,url,ignore 2) what about to add StringEscapeUtils.unescapeHtml() to line ChannelFolder:669 from String mUrl=m.getMatch("url",true);...

please add resume feature

Hello, is possible to define a concatenation of references? something like > { > "foo": [ "bar", { "$ref": "#/sub" }{ "$ref": "#/sub" } ], > "sub": "baz" > }...