Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 754 Bytes

File metadata and controls

22 lines (18 loc) · 754 Bytes

NetJSON

Overview

The Library that loads JSON files from the internet.

Docs

Usage

loadnetjson

Description: Loads a JSON file from a URL

Arguments/Input: loadnetjson(<URL>)

Argument/Input Info: <URL> needs to be in format http://example.com/file.json

Requirements

  • urllib3

pslib module

pslib.netjson

Installation

To install the .WHL prebuilt binary, you can use https://github.com/PhilipSolo1/WHLInstallWindows or you can run py -m pip install <.WHL file>. Alternatively, you can clone the source and run py setup.py install to install the library

To add the library to your project, you can import it with from netjson import *. You can then call functions from the library.

Contibutors

  • PhilipSolo1