-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0dc01b
commit ce447c8
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# JSON Support | ||
Currently a JSON representation is not part of the MTConnect Standard. Until an official format is decided on, this project supports the formats below: | ||
|
||
## JSON (MTConnect.NET Flavor) | ||
This is the flavor of JSON that was originally supported by MTConnect.NET libraries and applications. | ||
|
||
## JSON-CPPAGENT | ||
This is the flavor of JSON supported by the MTConnect C++ Reference Agent. | ||
|
||
## Notes (12/12/2023) | ||
Hopefully a standardized flavor will be agreed on and this project will support the new format. |