Skip to content

PhilipSolo1/NetJSONPublic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages