You are reading a single comment by @JumJum and its replies. Click here to read the full conversation.
  • Its driving me crazy, why is this not working ?

    void myTest(){
      JsVar *r = jsvNewFromString("hugo");
      jsWarn("type:%t\n",r);
      jsWarn("r:%v\n",r);
      jsWarn("json:%j\n",r);
    }
    

    I get this
    WARNING: type:undefined
    WARNING: r:
    WARNING: json:undefined

About

Avatar for JumJum @JumJum started