I am working on some charting library in javascript that call from android.
Understand that JavascriptInterface only available after Android API Level 17 (4.2.2)
http://developer.android.com/reference/android/webkit/JavascriptInterface.html
I want to support android device before 4.2.2
is there anyway to pass a json to javascript?