diff --git a/README.rst b/README.rst index 06db043..38afc6d 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,14 @@ Documentation: https://json2xml.readthedocs.io. The library was initially dependent on the `dict2xml` project, but it has now been integrated into json2xml itself. This has led to cleaner code, the addition of types and tests, and overall improved performance. + + +Architecture Diagram +^^^^^^^^^^^^^^^^^^^^ + +.. image:: ./diagram.png + + Features ^^^^^^^^ diff --git a/diagram.png b/diagram.png new file mode 100644 index 0000000..28d5b43 Binary files /dev/null and b/diagram.png differ