document-svg 2.0.0

Bounded document, diagram, CAD/CAE, and image archive conversion to SVG in Rust
Documentation
1
2
3
4
5
6
7
8
[
  {"op": "add", "path": "/metadata/owner", "value": "Alice"},
  {"op": "replace", "path": "/config/retries", "value": 4},
  {"op": "move", "from": "/old/name", "path": "/new/name"},
  {"op": "copy", "from": "/labels/version", "path": "/metadata/version"},
  {"op": "test", "path": "/status", "value": "very-secret"},
  {"op": "remove", "path": "/temporary"}
]