Chris Kilding
Chris Kilding
Thanks :)
As a 'starter for ten' I'm toying with a prototype RON backend for Jackson: https://github.com/chriskilding/jackson-dataformat-ron The idea would be to allow users in the JVM world to read or write...
Some updates from building that prototype: In the low level parser/generator APIs, all of RON can be supported. In the high level ObjectMapper API, all RON concepts with Java equivalents...
There are possibilities to allow support for the remaining RON concepts in the ObjectMapper, such as providing `@RONFormat` annotations which would let the user tell Jackson how to de/serialize enums...
I didn't address Optionals in the prototype, although they can be used in the low-level parser and generator 'for free' since `Some(...)` is just another case of an enum. In...
Awesome :) thanks for sharing that. It seems like 'explicit Some' is not a hard constraint of the RON format, I'll go add support for 'implicit Some' to the Jackson...
A CLI converter tool could be a good idea, however it's an 'and' rather than an 'or' proposition. There is still very much a need for languages to have their...
Happy to beta test this once it's semi-ready, if you need a beta tester. (Bonus: I can test on both an Intel Mac and an M1 Mac)
Hi Stephane, We've got a bunch of HAR files which are generated from our instrumentation, and are looking to improve the automation in turning them into something Gatling-friendly. As you...
That's fair, we can leave out that bit of the feature request for now.