If you want to concatenate the firstName and lastName fields, you can do the following filter. {fullName: (.firstName + " " + .lastName)}.
確定! 回上一頁