Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 16, 2020 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/5419a1f4260da3841290cddf931a3555 to your computer and use it in GitHub Desktop.
Save r-ryantm/5419a1f4260da3841290cddf931a3555 to your computer and use it in GitHub Desktop.
/nix/store/7nrhwdg3pmwh3886zzckk10kwrfh1ndh-nlohmann_json-3.8.0
├── include
│   └── nlohmann
│   ├── adl_serializer.hpp
│   ├── byte_container_with_subtype.hpp
│   ├── detail
│   │   ├── boolean_operators.hpp
│   │   ├── conversions
│   │   │   ├── from_json.hpp
│   │   │   ├── to_chars.hpp
│   │   │   └── to_json.hpp
│   │   ├── exceptions.hpp
│   │   ├── input
│   │   │   ├── binary_reader.hpp
│   │   │   ├── input_adapters.hpp
│   │   │   ├── json_sax.hpp
│   │   │   ├── lexer.hpp
│   │   │   ├── parser.hpp
│   │   │   └── position_t.hpp
│   │   ├── iterators
│   │   │   ├── internal_iterator.hpp
│   │   │   ├── iteration_proxy.hpp
│   │   │   ├── iterator_traits.hpp
│   │   │   ├── iter_impl.hpp
│   │   │   ├── json_reverse_iterator.hpp
│   │   │   └── primitive_iterator.hpp
│   │   ├── json_pointer.hpp
│   │   ├── json_ref.hpp
│   │   ├── macro_scope.hpp
│   │   ├── macro_unscope.hpp
│   │   ├── meta
│   │   │   ├── cpp_future.hpp
│   │   │   ├── detected.hpp
│   │   │   ├── is_sax.hpp
│   │   │   ├── type_traits.hpp
│   │   │   └── void_t.hpp
│   │   ├── output
│   │   │   ├── binary_writer.hpp
│   │   │   ├── output_adapters.hpp
│   │   │   └── serializer.hpp
│   │   └── value_t.hpp
│   ├── json_fwd.hpp
│   ├── json.hpp
│   └── thirdparty
│   └── hedley
│   ├── hedley.hpp
│   └── hedley_undef.hpp
└── lib
└── cmake
└── nlohmann_json
├── nlohmann_jsonConfig.cmake
├── nlohmann_jsonConfigVersion.cmake
└── nlohmann_jsonTargets.cmake
13 directories, 39 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment