0.0.8 • Published 10 years ago

pebble-object-json v0.0.8

Weekly downloads
34
License
-
Repository
-
Last release
10 years ago

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.

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago