使用数组将对象转换为对象

问题描述

Javascript:什么是最快,最漂亮的转换方法,最好是使用lodash

输入:

{ "recipient.0.age" : "error.some_error_here" }

输出(必须是不反对的阵列)

{ "recipient" : [{ "age": "error.some_error_here" }] }

,因此,如果有收件人1.年龄,它将在单独的对象中。喜欢

Output2:

  { "recipient" : [{ "age": "error.some_error_here",first_name: "error.error" },{ "age": "other_error" }] }

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)