1.0.12 • Published 4 years ago

that_obj v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

4 years ago

1.0.9

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago