From e326cbed54b947a7ad01e863eec373540d68015e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Seidel?= Date: Thu, 8 Sep 2022 11:05:16 +0200 Subject: [PATCH] revert ### --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 724e819..4d19def 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Simatic.Ax.Json; # Deserializing Use the _Deserializer_ class to deserialize JSON documents and parse values from the document. -### Restrictions +## Restrictions In the current version we have several restrictions regarding the handling of JSON files. 1. The JSON File must be in the form of a ARRAY [] OF CHAR. Read more in the _Workflow_ part.