This package has been deprecated

Author message:

pre-release module deprecation

@platform/ui.object
TypeScript icon, indicating that this package has built-in type declarations

0.0.259 • Public • Published

Module License: MIT NPM

ui.object

Visual display of javascript object.

Setup

yarn add @platform/ui.object

 

API

expandPaths

The path string is similar to JSONPath. Examples:

$.foo.bar                     Expand just `bar`
['$', '$.foo', '$.foo.bar']   Expand all the way down to `bar`
['$', '$.1']                  Array index
['$', '$.*']                  Wildcard, equivalent to expandLevel={2}.

See source ref.

Readme

Keywords

none

Package Sidebar

Install

npm i @platform/ui.object

Weekly Downloads

6

Version

0.0.259

License

MIT

Unpacked Size

22.1 kB

Total Files

26

Last publish

Collaborators

  • philcockfield