FarNet.JsonKit
0.0.1
Prefix Reserved
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
<PackageReference Include="FarNet.JsonKit" Version="0.0.1" />
paket add FarNet.JsonKit --version 0.0.1
#r "nuget: FarNet.JsonKit, 0.0.1"
// 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
- Wiki: https://github.com/nightroman/FarNet/wiki
- Site: https://github.com/nightroman/FarNet
- Author: Roman Kuzmin
Install
- Far Manager
- Package FarNet
- Package FarNet.JsonKit
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
-
Opens JSON file in Array panel or Object panel.
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.
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.