hi everyone,
I have this extension I’m trying to build but everytime i try to use a complex type, It throws a java.lang.RuntimeException: Cannot convert Java type ‘org.json.JSONArray’ to Yail type in thi case I’m using JSONArray. Is there a way or components I can use in place of this.
The error clearly says that JSONArray which is a Java-Type can’t be converted to Yail-Type where only ‘some’ variable types can be returned such as int,String,boolean,long,List,etc.