tristanhimmelman / ObjectMapper

Simple JSON Object mapping written in Swift
MIT License
9.14k stars 1.03k forks source link

How to parse json array without key with ObjectMapper #1062

Open tranfarmer opened 5 years ago

tranfarmer commented 5 years ago

This is my json [["2019-06-05 19:23:00",108.327,108.314,108.326,108.314],["2019-06-05 19:22:00",108.345,108.326,108.329,108.327]] how to parse with ObjectMapper?

sezn commented 4 years ago

Did you found how?

Lapinou42 commented 3 years ago

Hello,

Did you found how ?!