Antonio Schiavon
Antonio Schiavon
Maybe a json to json_schema and vice versa should be helpful too
I did some tests and looks like we're missing `netbase` package to get it work, but I can't reproduce the error in all debian/ubuntu images, for example, in the image...
I already fixed it and made a PR https://github.com/AykutSarac/jsoncrack.com/pull/259, but I decided to open this issue before.
> Thanks for the PR! The main reason this was not implemented so far was the fact that installing the tool with `mix archive.install` does not work with dependencies. I...
the json encoder covers the very basic stuff, but I do think it's enough for now, what do you think @voltone? Also, I tested it again using `sbom-utility` and it's...
for sure! I only copied the implementation related to binary encoding from [here](https://github.com/cblage/elixir-json/blob/master/lib/json/encoder/default_implementations.ex#L90), all the other stuff I have implemented by myself
> Sorry for ignoring this PR for so long, we've been discussing the best way forward in the EEF SecurityWG. We are considering moving maintenance of this Mix and Rebar3...