Expand description
Node: cxx:Method:Luau.Analysis:Analysis/src/AstJsonEncoder.cpp:88:ast_json_encoder_write
Source: Analysis/src/AstJsonEncoder.cpp:88-98 (hand-ported)
C++ template<typename T> void write(string_view propName, const T& value).
The Rust form of this template is the generic AstJsonEncoder::write in
ast_json_encoder_write_primitives (overload set = the WriteJson trait).
Re-exportsยง
pub use crate::methods::ast_json_encoder_write_primitives::WriteJson;