You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-11 18:50:46 +03:00
9 lines
100 B
JavaScript
9 lines
100 B
JavaScript
'use strict';
|
|
|
|
var json = {
|
|
encode: JSON.stringify,
|
|
decode: JSON.parse
|
|
};
|
|
|
|
module.exports = json;
|