From ce447c8ce955d1b97449ea20dda45145ce9ed316 Mon Sep 17 00:00:00 2001 From: Patrick Ritchie Date: Tue, 12 Dec 2023 20:49:34 -0500 Subject: [PATCH] Added JSON doc --- docs/Json.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/Json.md diff --git a/docs/Json.md b/docs/Json.md new file mode 100644 index 00000000..edea0c86 --- /dev/null +++ b/docs/Json.md @@ -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. \ No newline at end of file