gpt4 book ai didi

json - 使JSON中的allError失效

转载 作者:行者123 更新时间:2023-12-02 16:02:09 24 4
gpt4 key购买 nike

如何在呈现的JSON中包含errors.allErrors?

我希望我的JSON看起来像这样:

{id:10
name:""
_errors: [{name:"Name cannot be blank"}],
children: [{field:"value", _errors:[]}, ...]
}

等等

因此,当使用类似Angular的东西时,我们在与字段相同的“类”中具有错误。如果您有复杂的树,则无法在其他 map 中返回错误。

最佳答案

在grails中获得漂亮JSON的最简单方法是从MAP,因此:

[id:10,
name:"",
_errors: [name:"Name cannot be blank"],
children: [field:"value", _errors:[], ...]
] as grails.converters.JSON

关于json - 使JSON中的allError失效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29485115/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com