local p = {} function p.getJson(frame) local test = {['a']=123} return mw.text.jsonEncode(test) end return p