How to increase JSON_MAX_TOKEN_COUNT params in the WagoAppJson?

Good evening. I’m using Fb_JSON_ParseAndModify from the WagoAppJson library. Maximum number of tokens that can be parsed set in the ParameterList to 100. In my json string I have more than 100 tokens. How can I increase parameter value for JSON_MAX_TOKEN_COUNT?


Or any other solution how to solve the problem?

Thank you in advance.

You have to choose “Library parameters” tab, its editable in the application library, not in the project library

3 Likes

I didnt know about this difference in Library Manager for application and project. You solved me a lot of problems. I had the same problem with WagoAppString, string length was limited to 255 and I used StringUtils for long strings. But now I can use WagoAppString again.
Thank you very much and have a nice day.

1 Like