UE5's json plug-in cannot handle this array

{“all”:[[[123,456,789]]]}

How to use Json Blueprint Utilities to parse and get the float

Too many [[[]]]
Unreal doesn’t like nested arrays.

Try this: {“all”:[123,456,789]}

My Products

Can UE’s JSON handle this situation?