what's basic difference between JsonStore and JsonReader in context to Ext.data?

前端 未结 2 1246
情书的邮戳
情书的邮戳 2021-02-04 21:29

What\'s basic difference between JsonStore and JsonReader in context to Ext.data?

I mean when I should go for JsonStore and when I should use JsonReader as for me both a

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-04 22:02

    A JsonReader reads JSON from a data source into an Ext Store. JsonData is not a specifically-defined Ext object, although maybe you've seen it as a variable name? In what context are you using it?

提交回复
热议问题