EN FR
← Modules

jizy-url

A simple JS URL builder library.

Overview

A simple URL management library for JavaScript applications. It centralises a base path, builds endpoint URLs with an optional JSON prefix, and serialises objects (including arrays) into proper query strings.

Features

  • Set and manage a base path for every generated URL
  • Generate URLs with an optional json/ prefix
  • Build query strings from objects, with array support
  • Vanilla JavaScript, zero dependency

Installation

npm install jizy-url