get Keys from json object

Database & APIs

Does any body know how to get Keys from json object using json Path?

eg:

{"1212":"example1",

"7":"example1",

"19":"example1",

"5":"example1"}

Im trying to get keys ["1212", "7", "19", "5"]

What have you tried so far?

I have tried use json path expression

$.*~

but flutterflow is giving me error

Did you check FlutterFlow's Documentation for this topic?
No
2
2 replies