Hi guys, How do you represent ` ArrayList<Arr...
# android
v
Hi guys, How do you represent
ArrayList<ArrayList>
using Realm?. There is part of json for which i need to use arraylist of arraylist.
Copy code
seats: [
[
"Third Class",
[
"S18"
]
]
]