Skip to content

Commit

Permalink
Merge pull request #62 from simatic-ax/61-the-json-example-in-the-rea…
Browse files Browse the repository at this point in the history
…dme-contains-a-wrong-key-key1-instead-of-key2

fix the typo in readme
  • Loading branch information
sjuergen authored May 17, 2023
2 parents 8e60623 + 6ed7705 commit f3d9b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ VAR PUBLIC
//pre requirements
deserializer : Deserializer;
buffer : ARRAY[0..999] OF CHAR;
JSON_File: STRING := '{ "key 1" : 123, 'key 1' : {'nestedkey 1' : "456", 'nestedkey 2': {'nestedInNested': 789}}}'; //example of your JSON file
JSON_File: STRING := '{ "key 1" : 123, 'key 2' : {'nestedkey 1' : "456", 'nestedkey 2': {'nestedInNested': 789}}}'; //example of your JSON file
//optional conversion information
arrayLength:= DINT;
Expand Down

0 comments on commit f3d9b55

Please sign in to comment.