File: mylib.h

package info (click to toggle)
simdjson 4.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 31,396 kB
  • sloc: cpp: 195,760; ansic: 20,954; sh: 1,126; python: 885; makefile: 47; ruby: 25; javascript: 13
file content (9 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#ifndef MYLIB_H
#define MYLIB_H

#include <simdjson.h>
#include <string>

simdjson::padded_string minify_json(const simdjson::padded_string& json);

#endif // MYLIB_H