Fixed missing quotes for filters

Open
#5 · Created  · Last updated

Description

Fixed the missing quotes with the JSON representation when using filters.

 

Previous Output:

{

"filter": object_filter(@type=section,)>null,

"result": [{ ......

.......

Output Now:

{

"filter": "object_filter(@type=section,)>null",

"result": [{ ......

.......

0 attachments

0 comments

Loading commits...