jondot/graphene

How to use json data?

win32nipuh opened this issue · 0 comments

Could you provide small sample how to use json data instead of described sources?

I'd like to use ajax calls by timer to call my wcf resful service which returns simple json data per call

name: "CPU",value: '23'
name: "Memory",value: '55'

Thank you very much.