Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
/ dotpath Public archive

A Go, Python and TypeScript modules for working with map, dicts and objects accessing them using a dot path notation.

License

Notifications You must be signed in to change notification settings

caltechlibrary/dotpath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotpath

This is a collection of Go, Python and TypeScript modules implementing getDotpath and hasDotpath functions for working with maps, dictionaries and objects. It supports access and existance Go map, Python dict and TypeScript object or {[key: string]: any} using a dot path notation similar to that supported by jq.

The Go package provides a simple mechanism to extract bits of JSON based on simple explicit dot path notation. This package is used by dataset.

About

A Go, Python and TypeScript modules for working with map, dicts and objects accessing them using a dot path notation.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published