Skybrud.Essentials v1.1.14
Installation
Changelog
-
Added null check to
JObjectExtensions.GetArray
extension method - thanks to @bielu for the PR (see ab8c52e)
While an array item that is null is typically a sign of a problem with the underlying JSON data, the method will now skip items that are null. -
All logic for parsing various types of numbers should be culture invariant (see db820e4)
The various number parsing methods in theStringUtils
class did not specify a culture, and the parsing would therefore fall back to the culture of the current thread. With this release, those methods now specify that an invariant culture should be used for the parsing (as it should have been all along).