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
Hello
I am trying to parse JSON using the QuickType way and implement some automated functions. Currently, I am encountering an issue related to Field instances. I attempted to modify the value of a certain property within a FieldInstance using the setValue method and then rewrite it back to the JSON file. However, after reloading the project, I found that the value in the editor had not changed. Upon reviewing the relevant documentation, I discovered that __value is a redundant field, and realEditorValues is actually the value used by the editor. However, the documentation states that there is no need to pay attention to the realEditorValues field. So, is there any other way to achieve this functionality?
The text was updated successfully, but these errors were encountered:
Hello
I am trying to parse JSON using the QuickType way and implement some automated functions. Currently, I am encountering an issue related to Field instances. I attempted to modify the value of a certain property within a FieldInstance using the setValue method and then rewrite it back to the JSON file. However, after reloading the project, I found that the value in the editor had not changed. Upon reviewing the relevant documentation, I discovered that __value is a redundant field, and realEditorValues is actually the value used by the editor. However, the documentation states that there is no need to pay attention to the realEditorValues field. So, is there any other way to achieve this functionality?
The text was updated successfully, but these errors were encountered: