diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-12-04 13:01:27 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-12-04 13:01:27 +0100 |
commit | 53d8a28582c4183ee052d4018334d58153367467 (patch) | |
tree | c271004e66aea32258f9be942617ba3d88c09cf7 /schema | |
parent | 37f3770e3e1b6659d3658f28d394bd9ccd5dc8a5 (diff) |
Replaced ambiguous naming of "JSON string" to more accurate "JSON message".
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/README.md b/schema/README.md index 186dc4ddf..9eb4a8447 100644 --- a/schema/README.md +++ b/schema/README.md @@ -1,5 +1,5 @@ # schema -All schema's placed in here are nDPId exclusive, meaning that they are not necessarily representing a "real-world" JSON string received by e.g. `./example/py-json-stdout`. +All schema's placed in here are nDPId exclusive, meaning that they are not necessarily representing a "real-world" JSON message received by e.g. `./example/py-json-stdout`. This is due to the fact that libnDPI itself add's some JSON information to the serializer of which we have no control over. IMHO it makes no sense to include stuff here that is part of libnDPI. |