New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pebble-object-json

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pebble-object-json

pebble object implementation with json

latest
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source

pebble-object-json

json is in many ways the better way to go for node and the browser except for the fact that the starting point for pebble development is in html.

Thinking about a json implementation we can make everything a string but wrapped by Pebble.

{
	@ref: "ref",
	aaa: "1234",
	bbb: "text"
}

Thus, getInt(), getBool(), etc. will stay the same, just the underlying implementation changes.

how to deal with CDATA?

When the server is node

Everything can be done with json (strings only), only the deployment would be in xml.

Keywords

pebble

FAQs

Package last updated on 12 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts