FracturedJson 1.2.0
See the version list below for details.
dotnet add package FracturedJson --version 1.2.0
NuGet\Install-Package FracturedJson -Version 1.2.0
<PackageReference Include="FracturedJson" Version="1.2.0" />
paket add FracturedJson --version 1.2.0
#r "nuget: FracturedJson, 1.2.0"
// Install FracturedJson as a Cake Addin #addin nuget:?package=FracturedJson&version=1.2.0 // Install FracturedJson as a Cake Tool #tool nuget:?package=FracturedJson&version=1.2.0
FracturedJson
FracturedJson is utility that formats JSON data in a user-readable but fairly compact way. Arrays and objects are written on single lines if they're short enough and not too complex; otherwise their contents are presented indented, beginning on lines of their own.
It is available as a browser form, a commandline app, a .NET Core 3.1 library, and as a Javascript package.
Here's a brief, highly contrived example of the output:
{
"SimpleItem": 77,
"ShortArray": ["blue", "blue", "orange", "gray"],
"LongArray": [
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73,
79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157,
163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241,
251, 257, 263, 269, 271, 277, 281, 283, 293
],
"ComplexObject": {
"Subthing1": {"X": 55, "Y": 19, "Z": -4},
"Subthing2": { "Q": null, "W": [-2, -1, 0, 1] },
"Distraction": [[], null, null]
}
}
More Information
Please see the project wiki for more information on what you can do and how to use the tools.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FracturedJson:
Package | Downloads |
---|---|
Faqt
A fluent assertion library for F#. |
|
Dyndata
Dyndata is a C# library, that works with C# version 12.0 and upwards. It makes handling objects and arrays/lists in C# a lot easier and more dynamic. It is inspired by how objects and arrays work in JavaScript and TypeScript. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.3 | 6,634 | 10/12/2024 |
4.0.2 | 9,956 | 5/19/2024 |
4.0.1 | 427 | 5/4/2024 |
4.0.0 | 1,133 | 3/30/2024 |
3.1.1 | 3,081 | 2/24/2024 |
3.1.0 | 8,659 | 6/28/2023 |
3.0.2 | 1,685 | 10/27/2022 |
3.0.1 | 429 | 10/22/2022 |
3.0.0 | 409 | 10/7/2022 |
2.2.1 | 474 | 9/8/2022 |
2.2.0 | 1,906 | 8/22/2021 |
2.0.1 | 370 | 7/25/2021 |
2.0.0 | 347 | 7/11/2021 |
1.2.0 | 418 | 3/21/2021 |
1.1.0 | 364 | 2/2/2021 |
1.0.3 | 692 | 11/6/2020 |
1.0.2 | 575 | 10/31/2020 |
1.0.1 | 467 | 10/19/2020 |
1.0.0 | 465 | 10/18/2020 |