Just in case someone still face this issue. As stated here you can import the "default" export instead of "*"
import { default as j } from './jsondata.json';
This should fix the issue.