xso: Add support for serde_json::Value
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
4780f89604
commit
ab7e6de3e1
3 changed files with 6 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ Version NEXT:
|
|||
for debug logs.
|
||||
- Support to selectively discard attributes or text content during
|
||||
parsing (!552).
|
||||
- Implement `AsXml` and `FromXml` for serde_json::Value` behind
|
||||
`serde_json` feature.
|
||||
* Changes
|
||||
- Generated AsXml iterator and FromXml builder types are now
|
||||
doc(hidden), to not clutter hand-written documentation with auto
|
||||
|
|
|
|||
Loading…
Reference in a new issue