kezhenxu94 opened a new pull request #6477:
URL: https://github.com/apache/skywalking/pull/6477
The `json` / `yaml` parsers will benefit from option `abortOnFailure` in
usage:
```groovy
json {
abortOnFailure true
// ... we will have other options here
}
```
instead of (imaginary, not implemented actually)
```groovy
if (!json({
// ... we will have other options here
})) {
abort {}
}
```
> P.S. 8.5.0 is the first version introducing LAL so I didn't update the
change log file about this enhancement.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]