issues
search
Tarmil
/
FSharp.SystemTextJson
System.Text.Json extensions for F# types
MIT License
329
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
#191
dependabot[bot]
closed
2 months ago
0
FSharpLuLike should include WithUnionTagCaseInsensitive
#190
cmeeren
opened
2 months ago
1
Skippable fields deserializing all missing option fields as null
#189
nkosi23
closed
3 months ago
2
How to upgrade from 0.17.4 for single case unions and skippable fields?
#188
AlexGagne
closed
1 month ago
7
Do not use FSharp.SystemTextJson on types that do not have the [<JsonFSharpConverter>] attribute
#187
Bananas-Are-Yellow
opened
6 months ago
1
Allowing null fields example from the docs is not working
#186
paredes-intracen
opened
6 months ago
2
Custom serializer/`JsonConverter` for a record
#185
rynoV
opened
7 months ago
1
[#151] Add option to deserialize both null and missing as None
#184
Tarmil
closed
8 months ago
0
Untagged Attribute and options configurations don't seem to be working
#183
vitash
opened
8 months ago
2
Can't parse Option<'T> from a json field that's either missing or null
#182
pkese
closed
8 months ago
3
Allow overriding property and union case attributes in options
#181
Tarmil
opened
9 months ago
0
Allow overriding generic types
#180
Tarmil
opened
9 months ago
0
Run build and tests in net8.0
#179
Tarmil
closed
9 months ago
0
Incorrect missing field name - seems to pick name of first null field, even if field is optional
#178
cmeeren
opened
10 months ago
0
NotSupported exception when dictionary key is union (DU)
#177
pintset
opened
10 months ago
0
Deserialize null or missing fields as None?
#176
BrianVallelunga
closed
8 months ago
6
WithSkippableOptionFields fails roundtrip when option inside union
#175
sWW26
opened
1 year ago
0
Fix NullReferenceException when serializing null record-typed record field
#174
Tarmil
closed
1 year ago
0
Fix NullReferenceException when serializing null record-typed record field
#173
cmeeren
closed
1 year ago
4
Regression in 1.2: NullReferenceException when serializing null record field
#172
cmeeren
closed
1 year ago
3
WithUnwrapOption(false) still serializes None as null
#171
cmeeren
opened
1 year ago
5
Support Tuples
#170
lucasteles
closed
1 year ago
1
[#162] Allow choosing the map format as object or array-of-pairs
#169
Tarmil
closed
1 year ago
0
#161 Allow using single-case unions as dictionary keys
#168
Tarmil
closed
1 year ago
0
feat: Add structural comparison to Skippable<_>
#167
Tarmil
closed
1 year ago
0
fix #164: NRE on deserializing missing field with JsonIgnoreCondition.WhenWritingNull
#166
Tarmil
closed
1 year ago
1
Add failing unit test demonstrating an issue
#165
mlaily
closed
1 year ago
0
Record deserialization throws NRE if ignore null values is on
#164
mlaily
closed
1 year ago
0
[StructuralComparison] for `Skippable`
#163
xperiandri
closed
1 year ago
3
Allow handling arbitrary Map keys as JSON object properties
#162
Tarmil
closed
1 year ago
1
Allow using single-case unions as dictionary keys
#161
Tarmil
closed
1 year ago
1
Allow non-skippable option fields regardless of DefaultIgnoreCondition
#160
Tarmil
closed
1 year ago
0
Explicitly handle null values to throw an exception
#159
Tarmil
closed
1 year ago
0
Disallow null if not option-wrapped everywhere, not just for record fields
#158
cmeeren
closed
1 year ago
6
Unwrap the whole union into a record
#157
shanoaice
opened
1 year ago
1
Translate JsonValue from/to F# data
#156
jkone27
opened
1 year ago
0
Types with mutual recursion are not supported
#155
jmfallecker
opened
1 year ago
2
using DefaultIgnoreCondition = WhenWritingNull deserializes missing fields as null
#154
NinoFloris
closed
1 year ago
5
Fix #151: do not wrap null with Some
#153
SamuelBerger
closed
1 year ago
6
Map serialization with non-string keys (e.g. Guid keys) fails
#152
cmeeren
closed
1 year ago
6
Inconsistent behavior of nulls?
#151
GBirkel
closed
8 months ago
5
How handle full cases from first letter
#150
kyryloboiev
opened
1 year ago
1
Test on .NET 7 and use a build project instead of fake-cli
#149
Tarmil
closed
1 year ago
0
JsonConverterAttribute applied to a record field is ignored
#148
kyryloboiev
opened
1 year ago
4
Never ending recursion when trying to handle recursive discriminated unions.
#147
gdar91
opened
1 year ago
0
Add SkippableOptionFields that allows skipping option and voption fields
#146
Tarmil
closed
1 year ago
0
Use fluent options in all documentation
#145
Tarmil
closed
1 year ago
0
String can be null on serialization but throws on deserialization
#144
jannikbuschke
opened
1 year ago
3
remove invalid argument
#143
kasperk81
closed
1 year ago
0
Fix #137: empty anonymous records
#142
Tarmil
closed
2 years ago
0
Next