Stillpoint-Software / hyperbee.json

A high-performance JSON library for System.Text.Json JsonElement and JsonNode, providing robust support for JSONPath, JsonPointer, JsonPatch, and JsonDiff.
https://stillpoint-software.github.io/hyperbee.json/
MIT License
3 stars 0 forks source link

[FEATURE]: ScalarValue can be Nothing #57

Closed github-actions[bot] closed 3 months ago

github-actions[bot] commented 3 months ago
Original issue description ### Tell us about your idea Allowing ScalarValue to represent Nothing will simplify extension function implementations, and allow them be more explicit in their return types. ### Anything else? _No response_

closes #56