FarNet.JsonKit 0.0.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package FarNet.JsonKit --version 0.0.1                
NuGet\Install-Package FarNet.JsonKit -Version 0.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FarNet.JsonKit" Version="0.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FarNet.JsonKit --version 0.0.1                
#r "nuget: FarNet.JsonKit, 0.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FarNet.JsonKit as a Cake Addin
#addin nuget:?package=FarNet.JsonKit&version=0.0.1

// Install FarNet.JsonKit as a Cake Tool
#tool nuget:?package=FarNet.JsonKit&version=0.0.1                

FarNet.JsonKit

Far Manager JSON helpers


About

JsonKit is the FarNet module for JSON operations in Far Manager.

Project FarNet


Install

How to install and update FarNet and modules
https://github.com/nightroman/FarNet#readme


Commands

JsonKit commands start with jk:. Commands are invoked in the command line or using F11 / FarNet / Invoke or defined in the user menu and file associations. Command parameters are key=value pairs using the connection string format

jk:command key=value; ...

Commands


jk:open

Opens JSON file in Array panel or Object panel. The file may have several JSON values separated by spaces, tabs, new lines.

Syntax

jk:open file=<string>

Parameters

  • file=<string> (required)

    Specifies the JSON file path. Environment variables are expanded.


Array panel

Shows array values.

Keys and actions

  • Enter

    For arrays and objects, opens their panels.

  • F4

    Opens the cursor value editor.


Object panel

Shows object property names and values.

Keys and actions

  • Enter

    For arrays and objects, opens their panels.

  • F4

    Opens the cursor value editor.


There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.1 40 12/18/2024
0.3.0 84 12/16/2024
0.2.4 76 12/15/2024
0.2.3 70 12/15/2024
0.2.2 72 12/14/2024
0.2.1 70 12/14/2024
0.2.0 79 12/13/2024
0.1.2 77 12/11/2024
0.1.1 68 12/10/2024
0.1.0 67 12/10/2024
0.0.2 85 12/8/2024
0.0.1 80 12/5/2024