How to add this code in my extension

i want my extension to work without having to add this block. so i have to add it to my extension…
i want to add this method

to my code

@SimpleFunction(description = "  ")
    public Object Result(YailList result) {
        Object[] objects = result.toArray();
        return objects[1];
    }

I need help, thank you

3 Likes

OK… then where can i download json.jar ?

@UsesLibraries(libraries = "json.jar")

i’ve found the lib. thank you very much

1 Like

You will not need the library, since the apps already have them. Just call the

JsonTextDecode()
2 Likes

I guess using a library. so ok i reduce size/ code my aix.
thanks for info

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.