Closed CloudWoR closed 7 months ago
It seems that you've derived your own version from the code. It's allowed because the repository is licensed with Apache License 2.0
. However the issue is not about the original code, thus I cannot help you about it. You should correct your own code by yourself.
Sorry, there was an error in the content that GPT translated for me. What I meant was that your code would encounter issues when running locally, that is, when processing Array types, using the JSON. parse() method would result in errors. Therefore, I rewrote this method.
While studying your program of converting characters to objects, I discovered an error: when trying to convert a string to an array using JSON.parse(), an error occurred. Here is my conversion program. Please correct it for me.