You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result in VS2022 Compiler:
Severity Code Description Project File Line Suppression State
Error C2678 binary '[': no operator found which takes a left-hand operand of type 'Json::Value' (or there is no acceptable conversion) Editor ConfigJson.cpp 61
To Reproduce
Steps to reproduce the behavior:
Use a variable as key instead of a static String
Expected behavior
should write the key/pair pair
Desktop (please complete the following information):
OS: Win10
Visual Studio 2022
The text was updated successfully, but these errors were encountered:
Describe the bug
I want to write a generic storage handler into an json file. Key and value are variables
Result in VS2022 Compiler:
Severity Code Description Project File Line Suppression State
Error C2678 binary '[': no operator found which takes a left-hand operand of type 'Json::Value' (or there is no acceptable conversion) Editor ConfigJson.cpp 61
To Reproduce
Steps to reproduce the behavior:
Expected behavior
should write the key/pair pair
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: