idaruko
(oky ferdinand)
#1
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
idaruko
(oky ferdinand)
#3
OK… then where can i download json.jar ?
@UsesLibraries(libraries = "json.jar")
idaruko
(oky ferdinand)
#4
i’ve found the lib. thank you very much
1 Like
Xoma
(Kumaraswamy)
#5
You will not need the library, since the apps already have them. Just call the
JsonTextDecode()
2 Likes
idaruko
(oky ferdinand)
#6
I guess using a library. so ok i reduce size/ code my aix.
thanks for info
1 Like
system
(system)
Closed
#7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.