jquery-json.d.ts 109 Bytes Raw Blame History Permalink 1 2 3 4 interface JQueryStatic { //This method is added by the jquery-json plugin. toJSON: (data: any) => string; }