Skip to content

Commit

Permalink
Merge branch 'documentation_links'
Browse files Browse the repository at this point in the history
# Conflicts:
#	apax-lock.json
#	apax.yml
  • Loading branch information
sjuergen committed Jul 21, 2022
2 parents 93964c1 + 5eb5226 commit e9937da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Elements/Numbers/BaseJsonNumber.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
USING System.Strings;

NAMESPACE Simatic.Ax.Json
{axcode:docs-v0:@simatic-ax/json:../README.md}
CLASS BaseJsonNumber EXTENDS AbstractJsonElement

METHOD PROTECTED OVERRIDE ToStringHelper : STRING
Expand Down
1 change: 1 addition & 0 deletions src/Elements/Strings/JsonString.st
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ NAMESPACE Simatic.Ax.Json
VAR_TEMP
_s : STRING;
END_VAR

_s := THIS.ToString();
THIS.SerializeHelper(doc, _s);
// THIS.SerializeHelper(doc, THIS.ToString());
Expand Down

0 comments on commit e9937da

Please sign in to comment.