pebble-object-json

0.0.8 • Public • Published

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.

/pebble-object-json/

    Package Sidebar

    Install

    npm i pebble-object-json

    Weekly Downloads

    10

    Version

    0.0.8

    License

    none

    Last publish

    Collaborators

    • pebble