ToppersPal

Results 5 issues of ToppersPal

I want to build toJson() abd fromJson() for a generated class ( A model classs generated by some other generator ), how can i achieve this?

Type: enhancement
pkg:json_serializable

I want to parse mongodb sort object like this ```js { name: 1, age: 1 } ``` how can I ensure that the value is one of [-1, 1], I...

dart pub ... instead of direct pub

I created a table with column names in camelcase but supabase converts it to smallcase. for example- ```sql create table someTable ( id bigint generated by default as identity primary...

bug

**express.json()** middleware doesn't work when using with deno