Stack only JSON deserialization
Few days ago I’ve released the StackOnlyJsonParser library. It’s essentially a wrapper around the System.Text.Json tokenizer that allows for allocation-free json deserialization. What do I mean...
Tech blog
Few days ago I’ve released the StackOnlyJsonParser library. It’s essentially a wrapper around the System.Text.Json tokenizer that allows for allocation-free json deserialization. What do I mean...
Let’s talk about clean code. I hope that there is no point in me writing a paragraph on why creating a clean code is important. But...
Recent comments