Skip to content

Commit

Permalink
some docu issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Sep 8, 2022
1 parent 298b39b commit f085bf7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -141,8 +141,10 @@ However, the norm does not define, how duplicate keys should be processed. In ca

## [JsonObject](docs/JsonObject.md)

## Example
# Examples


## Example ho to use the JSON library
This example shows in how to create, serialize, parse and reset a JSON document.

```
Expand Down Expand Up @@ -213,6 +215,12 @@ TYPE
END_TYPE
```

## Application Example

A complete application example, you can find here:

[JSON Application Example](https://github.com/simatic-ax/ae-json-library)

## Contribution

Thanks for your interest in contributing. Anybody is free to report bugs, unclear documentation, and other problems regarding this repository in the Issues section or, even better, is free to propose any changes to this repository using Merge Requests.
Expand Down
7 changes: 0 additions & 7 deletions docs/JsonDocument.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,3 @@ NAMESPACE Simatic.Ax
END_CLASS
END_NAMESPACE
```

A complete application example, you can install with the command:

```sh
apax create @simatic-ax/ae-json-library --registry https://npm.pkg.github.com ae-json-library
axcode ae-json-library
```

0 comments on commit f085bf7

Please sign in to comment.