https://github.com/tenphi/sourin
NativeObject2SourceCode converter for objects that contains functions.
https://github.com/tenphi/sourin
Last synced: about 1 month ago
JSON representation
NativeObject2SourceCode converter for objects that contains functions.
- Host: GitHub
- URL: https://github.com/tenphi/sourin
- Owner: tenphi
- License: mit
- Created: 2012-08-21T12:42:55.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-16T08:34:34.000Z (over 13 years ago)
- Last Synced: 2025-10-25T19:57:05.078Z (8 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sourin: NativeObject > SourceCode
======
Support for objects that contains functions.
### Installation
```bash
$ npm install sourin
```
### Usage
```javascript
var sourin = require('sourin');
var obj = { ... };
var serialized = sourin(obj);
```