google / google/json_serializable.dart

Serialize without key

Open
#1,060 2 comments 3 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
1.6k
Forks
461
Avg merge
45m
Merged PRs (30d)
1

Description

Hi, i just wanna ask something like, sometime our backend dev return the response like this

`
[
{ "data" : "data1"},
{ "data" : "data2"},
{ "data" : "data3"}
]
`

how to handle that with JsonSerializable, a list data without key, thankyou

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.