1.0.12 • Published 6 years ago

that_obj v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

parse with json

// call the function
parseWithJSON({
// the result is what you want to do with the data
   result: 'log_select_content_to_console'
// the select property says which element(s) get parsed
   select: [item1, item2, item3];
	});

stringify with json

 // call the function
strifyWithJSON({
// use_with is the property that says what to fully parse or stringify 
   use_with: ajax_request.response,
// the result is what you want to do with the data
   result: 'log_content_to_console'
	});
1.0.12

6 years ago

1.0.9

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago