diff --git a/JsonPreprocessor/JsonPreprocessor.pdf b/JsonPreprocessor/JsonPreprocessor.pdf index b4d74cd..e793535 100644 Binary files a/JsonPreprocessor/JsonPreprocessor.pdf and b/JsonPreprocessor/JsonPreprocessor.pdf differ diff --git a/packagedoc/additional_docs/The JSONP format.tex b/packagedoc/additional_docs/The JSONP format.tex index 5b4ccc9..021df5f 100644 --- a/packagedoc/additional_docs/The JSONP format.tex +++ b/packagedoc/additional_docs/The JSONP format.tex @@ -158,10 +158,11 @@ \section{Naming convention} All key names in JSONP files must adhere to the following rules: \begin{itemize} - \item Key names can only consist of letters, digits and the following special characters: \pcode{_ + - * / \\} + \item Key names can only consist of letters, digits and the following special characters: \pcode{_ + - * / \\\\ @} (\textit{backslashes are allowed but have to be masked}). \item Key names have to start with a letter, a digit or an underscore. \item Key names must not be empty strings. But leading and trailing blanks will be removed (and therefore do not cause errors). + Also blanks in between allowed characters are not allowed. \end{itemize} % -------------------------------------------------------------------------------------------------------------- diff --git a/test/JPP_TestUsecases.html b/test/JPP_TestUsecases.html index e9caa37..081a64c 100644 --- a/test/JPP_TestUsecases.html +++ b/test/JPP_TestUsecases.html @@ -2291,7 +2291,7 @@